blob: 86d3b14c9ef084195ebc12747fc1287aed0c3249 [file] [log] [blame]
Jack He9a3015d2017-01-10 15:51:04 -08001cc_library_shared {
2 name: "libldacBT_enc",
3 arch: {
4 arm: {
5 instruction_set: "arm",
6 },
7 },
8 export_include_dirs: ["inc"],
9 srcs: [
10 "src/ldaclib.c",
11 "src/ldacBT.c",
12 ],
13 // -D_32BIT_FIXED_POINT should be added to cflags for devices without a FPU
14 // unit such as ARM Cortex-R series or external 32-bit DSPs.
Pavlin Radoslavov9ae924d2017-02-23 20:54:41 -080015 cflags: ["-O2", "-Werror", "-Wall", "-Wextra"],
Jack He9a3015d2017-01-10 15:51:04 -080016}