Home
last modified time | relevance | path

Searched defs:AndroidTest (Results 1 – 1 of 1) sorted by relevance

/build/soong/java/
Dapp.go946 type AndroidTest struct { struct
947 AndroidApp
949 appTestProperties appTestProperties
951 testProperties testProperties
953 testConfig android.Path
954 extraTestConfigs android.Paths
955 data android.Paths
958 func (a *AndroidTest) InstallInTestcases() bool {
962 func (a *AndroidTest) GenerateAndroidBuildActions(ctx android.ModuleContext) {
987 …c (a *AndroidTest) FixTestConfig(ctx android.ModuleContext, testConfig android.Path) android.Path {
[all …]