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
This commit is contained in:
Jiyong Park 2017-08-07 13:12:02 +09:00
parent afe3b88936
commit a4aa860efb
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
cc_library_static {
name: "libFraunhoferAAC",
vendor_available: true,
srcs: [
"libAACdec/src/*.cpp",
"libAACenc/src/*.cpp",