aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-01 03:20:30 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-01 03:20:30 +0000
commitf5dc6095049a0035851cb3869ec6c105a6dd88e8 (patch)
treead4a4b399b4b085ef22648bd96d80c6e4cf00895
parent0003be6ac8a8e9402aa025a04cd6494e1db3d6f9 (diff)
parent90fcf4fcb64784a57035d959ce9b3ba07570fbc0 (diff)
downloadtinyalsa_new-android14-d1-s5-release.tar.gz
Change-Id: I8262b3b70e0fd26bd51b99c8ec5220e9cd7c7ef5
-rw-r--r--Android.bp18
1 files changed, 10 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index 8fc5ed6..a60b12f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,14 +52,16 @@ cc_library {
bionic: {
system_shared_libs: ["libc", "libdl"],
},
- },
-
- sanitize: {
- integer_overflow: true,
- misc_undefined: ["bounds"],
- diag: {
- integer_overflow: true,
- misc_undefined: ["bounds"],
+ android: {
+ // TODO(b/263841853): check linking error for host
+ sanitize: {
+ integer_overflow: true,
+ misc_undefined: ["bounds"],
+ diag: {
+ integer_overflow: true,
+ misc_undefined: ["bounds"],
+ },
+ },
},
},
}