Clean copy of version XHEAAC_V1_36 as delivered 2018/4/13 Sole change is to map cr/lf line termination to unix lf. Added appropriate LICENSE, MODULE_LICENSE_APACHE2, and NOTICE files as part of folding into internal master. Bug: 77287124 Test: CTS audio/media Change-Id: I3c8d124033f967b29d6e384cce5c843ee17a7bb1
31 lines
571 B
Text
31 lines
571 B
Text
cc_test {
|
|
name: "xaacdec",
|
|
|
|
vendor_available: true,
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
|
|
gtest: false,
|
|
|
|
cflags: [
|
|
"-O3",
|
|
"-fPIC",
|
|
"-mfloat-abi=softfp",
|
|
"-UARM_PROFILE_HW",
|
|
"-UARM_PROFILE_BOARD",
|
|
"-DECLIPSE",
|
|
"-DDRC_ENABLE",
|
|
"-DMULTICHANNEL_ENABLE"
|
|
],
|
|
|
|
include_dirs: [
|
|
"external/libxaac/decoder/",
|
|
],
|
|
|
|
srcs: ["ixheaacd_error.c", "ixheaacd_fileifc.c", "ixheaacd_main.c", "ixheaacd_metadata_read.c" ],
|
|
|
|
static_libs: ["libia_xaacdec"],
|
|
|
|
shared_libs: ["liblog"],
|
|
}
|