aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-07 13:15:50 +0900
committerJiyong Park <jiyong@google.com>2017-08-07 13:15:50 +0900
commite833f378a0a15ba22a658eaa5bf11968bd8292b7 (patch)
tree7219171b419ce7bb05dc39ca9d343a226d07511e
parent58f48355ee8b1bc06b90bb85898c8d327ce1e7f7 (diff)
downloadlibvpx-e833f378a0a15ba22a658eaa5bf11968bd8292b7.tar.gz
Make software codecs as VNDK
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: I2aecebfc5d1e5cc1adb804069964303996410070
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e5e11f8cf..df2e2b986 100644
--- a/Android.bp
+++ b/Android.bp
@@ -2072,6 +2072,7 @@ gensrcs {
cc_library_static {
name: "libvpx",
+ vendor_available: true,
arch: {
arm: {