summaryrefslogtreecommitdiff
path: root/java/java.go
diff options
context:
space:
mode:
author Kun Niu <kunniu@google.com> 2023-05-23 17:51:44 +0000
committer Kun Niu <kunniu@google.com> 2023-05-23 17:54:16 +0000
commitbd0fd20bdcef9e8e25047478d47179baa77d7239 (patch)
tree248dad848bf19c7226f97de6329ee47d1fdb91e1 /java/java.go
parent1befe407a1bca6fa04b5f19c7dfcb58699573b77 (diff)
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.
Test: local build Bug: 279622634 Change-Id: Iceaf960d587544ae934424a773a6ae3b17fb443e
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{},