commit | 7e5d7980fd625fdfd29c0323368a9b80384c1038 | [log] [tgz] |
---|---|---|
author | Ray Essick <[email protected]> | Wed Jan 26 14:33:18 2022 -0800 |
committer | Ray Essick <[email protected]> | Wed Jan 26 14:33:18 2022 -0800 |
tree | c746d3377c4edfd558da1dfc4271d0da96e084cc | |
parent | 83544a7a592a5675103c26714f69c252e061023e [diff] |
Add explicit apex_available clauses So we can delete the list automatically added within the tools. Bug: 215589022 Test: build Change-Id: I508f71895a7b9e1f243b3994f27a131d8da8adb6
diff --git a/Android.bp b/Android.bp index a1468dd..8ed9dcd 100644 --- a/Android.bp +++ b/Android.bp
@@ -83,4 +83,10 @@ export_include_dirs: ["inc"], min_sdk_version: "apex_inherit", + apex_available: [ + "//apex_available:platform", + "com.android.media.swcodec", + "test_com.android.media.swcodec", + ], + }