summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Kun Niu <kunniu@google.com> 2023-05-23 22:35:40 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-05-23 22:35:40 +0000
commit50533df497df5316793ee3012c7125b9d46670a7 (patch)
tree8403b6550bfc932ed3990a4cc1e37f99b90902f8 /java/java.go
parentea2cafe21e06e33e8d96eb04d2222a0eeef1d0db (diff)
parentbd0fd20bdcef9e8e25047478d47179baa77d7239 (diff)
Merge "data_native_bins is only available in java_test_host, add java_test_host properties to java_defaults to make it's available in java_defaults as well."
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 33846bec6..a23526aee 100644
--- a/java/java.go
+++ b/java/java.go
@@ -2606,6 +2606,7 @@ func DefaultsFactory() android.Module {
&appProperties{},
&appTestProperties{},
&overridableAppProperties{},
+ &hostTestProperties{},
&testProperties{},
&ImportProperties{},
&AARImportProperties{},