mirror of https://github.com/mstorsjo/fdk-aac.git
aacdec: Add host support
Test: Build libFraunhoferAAC on host Bug: 151595970 Change-Id: I4870251b6fe2143dca6b5eed9c2643705c63952c
This commit is contained in:
parent
7f7bbce892
commit
b09c5ae9f0
|
@ -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,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue