aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:53:44 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:53:44 +0000
commitb75000072d32a4f3a933e65aed715e48c63614b1 (patch)
tree7419bc1115a68360e3a98828495af47be691bf15
parent15bb87814769b7ff02ec1730cc9857b4e2a7cfac (diff)
parent9485a5b672d41e03079e2529dfe0f78359b5c2b0 (diff)
downloadarm-optimized-routines-android13-mainline-adbd-release.tar.gz
Snap for 8564071 from 9485a5b672d41e03079e2529dfe0f78359b5c2b0 to mainline-adbd-releaseaml_adb_331610000aml_adb_331314020aml_adb_331113120aml_adb_331011050aml_adb_331011040android13-mainline-adbd-release
Change-Id: I9d2604bc5d734ec00bca05230216d592720abd8f
-rwxr-xr-xAndroid.bp10
-rw-r--r--TEST_MAPPING8
2 files changed, 15 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index ba814eb..8fe656e 100755
--- a/Android.bp
+++ b/Android.bp
@@ -56,10 +56,14 @@ cc_defaults {
],
stl: "none",
- static: {
- system_shared_libs: [],
+ target: {
+ bionic: {
+ static: {
+ system_shared_libs: [],
+ },
+ header_libs: ["libc_headers"],
+ },
},
- header_libs: ["libc_headers"],
}
cc_library_static {
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 66bdc01..75ec323 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -6,5 +6,13 @@
{
"name": "arm-optimized-routines-tests"
}
+ ],
+ "hwasan-postsubmit": [
+ {
+ "name": "CtsBionicTestCases"
+ },
+ {
+ "name": "arm-optimized-routines-tests"
+ }
]
}