aacdec: Add host support

Test: Build libFraunhoferAAC on host
Bug: 151595970

Change-Id: I4870251b6fe2143dca6b5eed9c2643705c63952c
This commit is contained in:
Anuj Joshi 2020-03-27 10:44:41 +05:30
parent 7f7bbce892
commit b09c5ae9f0
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,7 @@
cc_library_static {
name: "libFraunhoferAAC",
vendor_available: true,
host_supported:true,
srcs: [
"libAACdec/src/*.cpp",
"libAACenc/src/*.cpp",
@ -52,4 +53,10 @@ cc_library_static {
"libSACdec/include",
"libSACenc/include",
],
target: {
darwin: {
enabled: false,
},
},
}