Test: CTS android.media.cts.DecoderTest Formatting changes in test folder Bug: 80493357 Change-Id: Iaa9521521b2278b78ba789d026360a8b2eb9b54c Changes based on the received review comments Bug: 109679313 Change-Id: I9cd35ab4fb131f12a8970e772f464d44519496b9
31 lines
546 B
Text
31 lines
546 B
Text
cc_test {
|
|
name: "xaacdec",
|
|
|
|
vendor_available: true,
|
|
gtest: false,
|
|
|
|
cflags: [
|
|
"-O3",
|
|
"-UARM_PROFILE_HW",
|
|
"-UARM_PROFILE_BOARD",
|
|
"-DECLIPSE",
|
|
"-DDRC_ENABLE",
|
|
"-DMULTICHANNEL_ENABLE",
|
|
"-DENABLE_DRC"
|
|
],
|
|
|
|
include_dirs: [
|
|
"external/libxaac/decoder/",
|
|
],
|
|
|
|
srcs: [
|
|
"ixheaacd_error.c",
|
|
"ixheaacd_fileifc.c",
|
|
"ixheaacd_main.c",
|
|
"ixheaacd_metadata_read.c"
|
|
],
|
|
|
|
static_libs: ["libxaacdec"],
|
|
|
|
shared_libs: ["liblog"],
|
|
}
|