aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:03:19 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-11 05:03:19 +0000
commitb03bfbee2e823164e1bd448f8347cea4fd67d54d (patch)
tree7419bc1115a68360e3a98828495af47be691bf15
parent0cbe0156ef389ae56254a55c909c3da03b72616c (diff)
parent9485a5b672d41e03079e2529dfe0f78359b5c2b0 (diff)
downloadarm-optimized-routines-android13-mainline-scheduling-release.tar.gz
Snap for 8570526 from 9485a5b672d41e03079e2529dfe0f78359b5c2b0 to mainline-scheduling-releaseaml_sch_331113000aml_sch_331111000android13-mainline-scheduling-release
Change-Id: Id8b8f64538312ef7a93fca133c84d812ebe66a18
-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"
+ }
]
}