aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Essick <essick@google.com>2022-01-26 17:25:52 -0800
committerRay Essick <essick@google.com>2022-01-26 17:25:52 -0800
commit04f4caac8cf649ab7eb11bafcd05e0b6bdbe113a (patch)
tree0c58fa90cb28e6c565a14d030291d318db071632
parent8103e9b51cf979477ba8e8751bf41f0913e1f63c (diff)
downloadtremolo-04f4caac8cf649ab7eb11bafcd05e0b6bdbe113a.tar.gz
Add explicit apex_available clauses
So we can delete the list automatically added within the tools. Bug: 215589022 Test: build Change-Id: I87ea7d04d1056e278b5e4d82441039df1c867b3a
-rw-r--r--Android.bp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 692be12..036545c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -96,4 +96,9 @@ cc_library {
},
},
min_sdk_version: "29",
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.media",
+ "com.android.media.swcodec",
+ ],
}