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
This commit is contained in:
Kun Niu
2023-05-23 17:51:44 +00:00
parent 1befe407a1
commit bd0fd20bdc

View File

@@ -2606,6 +2606,7 @@ func DefaultsFactory() android.Module {
&appProperties{},
&appTestProperties{},
&overridableAppProperties{},
&hostTestProperties{},
&testProperties{},
&ImportProperties{},
&AARImportProperties{},