commit | 50533df497df5316793ee3012c7125b9d46670a7 | [log] [tgz] |
---|---|---|
author | Kun Niu <kunniu@google.com> | Tue May 23 22:35:40 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue May 23 22:35:40 2023 +0000 |
tree | 8403b6550bfc932ed3990a4cc1e37f99b90902f8 | |
parent | ea2cafe21e06e33e8d96eb04d2222a0eeef1d0db [diff] | |
parent | bd0fd20bdcef9e8e25047478d47179baa77d7239 [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."
diff --git a/java/java.go b/java/java.go index 33846be..a23526a 100644 --- a/java/java.go +++ b/java/java.go
@@ -2606,6 +2606,7 @@ &appProperties{}, &appTestProperties{}, &overridableAppProperties{}, + &hostTestProperties{}, &testProperties{}, &ImportProperties{}, &AARImportProperties{},