summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-02-09 10:38:30 -0800
committerColin Cross <ccross@android.com>2021-02-09 10:38:30 -0800
commitcbce0b0dbdb65457e76ef29b363fd2e6e0dd7263 (patch)
tree7b49f71405db83092ae5747e71c1780746398889 /java/java.go
parent033bfa6e2903bbf858d7b666c5e52db69ba68bb4 (diff)
Add android_test_helper_app properties to java_defaults
Allows android_test_helper_apps to get their test_suites and auto_gen_config properties from a java_defaults module. Fixes: 179744452 Test: m checkbuild Change-Id: Ifa09f9fd0a51d3a9682401e4c6bd2f82cd4f1b8a
Diffstat (limited to 'java/java.go')
-rw-r--r--java/java.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/java.go b/java/java.go
index bed232b4e..1b01f38d9 100644
--- a/java/java.go
+++ b/java/java.go
@@ -3318,6 +3318,7 @@ func DefaultsFactory() android.Module {
&android.ApexProperties{},
&RuntimeResourceOverlayProperties{},
&LintProperties{},
+ &appTestHelperAppProperties{},
)
android.InitDefaultsModule(module)