aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2020-04-24 21:37:50 +0900
committerJiyong Park <jiyong@google.com>2020-04-24 21:37:50 +0900
commit8ec5dbcf5f988c4db9a23775d2155d3e8c0d7f21 (patch)
treee700b3a66d5510da52f25574f5cafe50634b30ff /Android.bp
parentc4dfc55701f68dcf00b7b2049a6ee3d5a786110a (diff)
downloadlibopus-8ec5dbcf5f988c4db9a23775d2155d3e8c0d7f21.tar.gz
mark libopus available to the platform
The library is installed to the platform via the dependency chain: android.hardware.media.omx@1.0-service -> libstagefright_soft_opusdec -> libopus Bug: 153073816 Test: m Change-Id: I6eb7ebc0003fc60ef03abdec006af532fc3315f5
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 02a6e951..93b066d3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -344,6 +344,7 @@ cc_library {
},
},
apex_available: [
+ "//apex_available:platform", // used by libstagefright_soft_opusdec
"com.android.media.swcodec",
],
min_sdk_version: "29",