summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2017-08-10 01:18:58 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-08-10 01:18:58 +0000
commit82b9d6795a997b4b0caeb9af09a7279a71c9b188 (patch)
tree484c168e7921ca9f8ad3dd30d9eeca331a34732e
parentafe3b88936c7c2496b5e54129caae8efb63e64c4 (diff)
parenta4aa860efb3b3ff2d535a4af45457e888aefa85e (diff)
Make software codecs as VNDK
am: a4aa860efb Change-Id: I662a0675e67bd421b2b3c02391c25cf38f39d84f
-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",