aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-10 01:19:05 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-10 01:19:05 +0000
commitc7b074c39f35e8f00bdf37f043d4df82bedbe513 (patch)
tree55f56f82202822e25a41b7aeaec94108be186963 /Android.bp
parent2b4edf07ba25af4abadf1c29cb951ee7324e5ccd (diff)
parent0d8165b10247ebc07d22c2f559f732f0aeff1b79 (diff)
downloadlibopus-c7b074c39f35e8f00bdf37f043d4df82bedbe513.tar.gz
Make software codecs as VNDK
am: 0d8165b102 Change-Id: I96e09d420076910ffe0da17b4a881d05475153a6
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 4fa26996..94ef8b68 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,9 @@
cc_library_shared {
name: "libopus",
+ vendor_available: true,
+ vndk: {
+ enabled: true,
+ },
export_include_dirs: ["include"],