Default apex_available to //apex_available:platform

This means everything that goes into apexes need to be
explicitly labeled to be available for apex.

Whitelist the current offenders. This list should be
trimmed down.

Bug: 147364041
Test: m
Test: multiproduct_kati -only-soong
Exempt-From-Owner-Approval: Just added more whitelist entries
Change-Id: I837299c6a15d46f8a5ba544b613776b1cc27d7b8
This commit is contained in:
Anton Hansson
2020-01-10 15:12:39 +00:00
parent 901c8e6287
commit 5053c293ab
5 changed files with 407 additions and 4 deletions

View File

@@ -73,6 +73,10 @@ func TestBasicSdkWithJavaLibrary(t *testing.T) {
sdk_version: "none",
compile_dex: true,
host_supported: true,
apex_available: [
"myapex",
"myapex2",
],
}
apex {