aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-12-31 06:26:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-12-31 06:26:14 +0000
commit90fcf4fcb64784a57035d959ce9b3ba07570fbc0 (patch)
treead4a4b399b4b085ef22648bd96d80c6e4cf00895
parent2a481b30fe2788f358c7a28132859d415efae18e (diff)
parentf3d1517d7b852a3d62569e1bdb1d4a76b611a83d (diff)
downloadtinyalsa_new-android14-security-release.tar.gz
Change-Id: I39d3bd820b364103757656c7a8d245f5fa7e04bc
-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"],
+ },
+ },
},
},
}