aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCindy Zhou <zhouci@google.com>2021-01-13 12:33:56 -0800
committerCindy Zhou <zhouci@google.com>2021-01-13 12:39:19 -0800
commit3ec6091ef8ac3b7c198824a0a101bae2d1dc4dda (patch)
treeac0b2f8a69b21290caa2dbc5af456ce88b59ea98
parent33385d02d2cfb1bf8396dd1228855c9eab5e01c7 (diff)
downloadlibxaac-3ec6091ef8ac3b7c198824a0a101bae2d1dc4dda.tar.gz
Libxaac remove diag
Removing diag mode since it's only required for debugging purposes. Bug: 158010610 Test: n/a Change-Id: Ib2ec5c1a9d5bc8f5f4d48e40f1340f3e4814d451
-rw-r--r--Android.bp10
1 files changed, 0 insertions, 10 deletions
diff --git a/Android.bp b/Android.bp
index f189458..abe03f7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -124,16 +124,6 @@ cc_library_static {
"decoder/drc_src/impd_drc_static_payload.c",
],
- target: {
- android: {
- sanitize: {
- diag: {
- cfi: true,
- },
- },
- },
- },
-
sanitize: {
misc_undefined: [
"unsigned-integer-overflow",