aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 20:34:04 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-09 20:34:04 +0000
commitce8aaca249a97a5d797506a4c6bfffc5e37f8253 (patch)
treec746d3377c4edfd558da1dfc4271d0da96e084cc
parent2225b2829b9bdba00b58cee6710b966cde5eb5fd (diff)
parent7e5d7980fd625fdfd29c0323368a9b80384c1038 (diff)
downloadlibgsm-ce8aaca249a97a5d797506a4c6bfffc5e37f8253.tar.gz
Change-Id: Icb22f2a1397ce548a2b905933b87b0bde458d960
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index a1468dd..8ed9dcd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -83,4 +83,10 @@ cc_library_static {
export_include_dirs: ["inc"],
min_sdk_version: "apex_inherit",
+ apex_available: [
+ "//apex_available:platform",
+ "com.android.media.swcodec",
+ "test_com.android.media.swcodec",
+ ],
+
}