Add explicit apex_available clauses

So we can start deleting the lists embedded in the build tools

Bug: 215589022
Test: build
Change-Id: Ibea376e172d4def6d1dbb2b8e7a170afc356f59e
This commit is contained in:
Ray Essick
2022-01-26 09:50:04 -08:00
parent 425df50402
commit be6963a279
11 changed files with 48 additions and 0 deletions

View File

@@ -25,4 +25,9 @@ hidl_interface {
"android.hidl.base@1.0",
],
gen_java: true,
apex_available: [
"//apex_available:platform",
"com.android.media",
"com.android.media.swcodec",
],
}