aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-07 13:15:40 +0900
committerJiyong Park <jiyong@google.com>2017-08-07 13:15:40 +0900
commit0d8165b10247ebc07d22c2f559f732f0aeff1b79 (patch)
tree5b3dec3d3b1e2cccfa17087eb49347fe5ab549d9
parent3effb3515f7841552bea5b2b8ad68a51e441769b (diff)
downloadlibopus-0d8165b10247ebc07d22c2f559f732f0aeff1b79.tar.gz
Make software codecs as VNDKoreo-mr1-dev
Software codecs and their dependencies are marked as VNDK (or just vendor_available:true for static/header libs). Bug: 37343418 Test: build the software codecs with BOARD_VNDK_VERSION=current Change-Id: I9e628d0646fd8a28f8e741cde5ef0c30b79c21ae
-rw-r--r--Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b4a89222..c9310e1e 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"],