aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-07 13:12:02 +0900
committerJiyong Park <jiyong@google.com>2017-08-07 13:12:12 +0900
commita4aa860efb3b3ff2d535a4af45457e888aefa85e (patch)
tree484c168e7921ca9f8ad3dd30d9eeca331a34732e
parentafe3b88936c7c2496b5e54129caae8efb63e64c4 (diff)
downloadfdk-aac-a4aa860efb3b3ff2d535a4af45457e888aefa85e.tar.gz
fdk-aac-a4aa860efb3b3ff2d535a4af45457e888aefa85e.tar.bz2
fdk-aac-a4aa860efb3b3ff2d535a4af45457e888aefa85e.zip
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: I9ecedb5a95abc9978ff7ed3538bd2dedec750c7d
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 75fe8af..daad82c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,5 +1,6 @@
cc_library_static {
name: "libFraunhoferAAC",
+ vendor_available: true,
srcs: [
"libAACdec/src/*.cpp",
"libAACenc/src/*.cpp",