aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:55:07 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:55:07 +0000
commitacdfb1227ee30669c2da898272677deb42d8437c (patch)
treec746d3377c4edfd558da1dfc4271d0da96e084cc
parent659afe17c410dec032b4c34e92a2077323e1c685 (diff)
parent7e5d7980fd625fdfd29c0323368a9b80384c1038 (diff)
downloadlibgsm-acdfb1227ee30669c2da898272677deb42d8437c.tar.gz
Snap for 8564071 from 7e5d7980fd625fdfd29c0323368a9b80384c1038 to mainline-neuralnetworks-releaseaml_neu_331310000aml_neu_331113000
Change-Id: I01dcd02ad01492cd3fe7513f8fbcacf50f522075
-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",
+ ],
+
}