aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:53:39 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:53:39 +0000
commita57d1a3f7aaf52c6cc32e264be96a14ed1cec5a0 (patch)
tree7419bc1115a68360e3a98828495af47be691bf15
parent5a0316239daf6cbad4df0e52d991ac9d6850d390 (diff)
parent9485a5b672d41e03079e2529dfe0f78359b5c2b0 (diff)
downloadarm-optimized-routines-android13-mainline-sdkext-release.tar.gz
Change-Id: I4f5cef7134b6d79d096bea27bc1be0a23639be1e
-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"
+ }
]
}