aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:57:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:57:29 +0000
commit1a875ba932b4d16f5371ca6f8bb1560c75363781 (patch)
treec746d3377c4edfd558da1dfc4271d0da96e084cc
parente0aaee8eb675d08065e00541fbba0e5fb02a9c16 (diff)
parent7e5d7980fd625fdfd29c0323368a9b80384c1038 (diff)
downloadlibgsm-1a875ba932b4d16f5371ca6f8bb1560c75363781.tar.gz
Change-Id: Iec5f9dd5b18505f1240cc97a303582cbc1af672e
-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",
+ ],
+
}