mirror of https://github.com/mstorsjo/fdk-aac.git
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:
parent
afe3b88936
commit
a4aa860efb
|
@ -1,5 +1,6 @@
|
||||||
cc_library_static {
|
cc_library_static {
|
||||||
name: "libFraunhoferAAC",
|
name: "libFraunhoferAAC",
|
||||||
|
vendor_available: true,
|
||||||
srcs: [
|
srcs: [
|
||||||
"libAACdec/src/*.cpp",
|
"libAACdec/src/*.cpp",
|
||||||
"libAACenc/src/*.cpp",
|
"libAACenc/src/*.cpp",
|
||||||
|
|
Loading…
Reference in New Issue