aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:55:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-10 06:55:14 +0000
commit5977ae8110ccfef79770bcc209243185bda69811 (patch)
tree7419bc1115a68360e3a98828495af47be691bf15
parent43d67e4adca3efd4df2a9e5b43e16e21e5641bbd (diff)
parent9485a5b672d41e03079e2529dfe0f78359b5c2b0 (diff)
downloadarm-optimized-routines-5977ae8110ccfef79770bcc209243185bda69811.tar.gz
Change-Id: I914f4f5de85358a67e811b413ca627bba2be0ce6
-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"
+ }
]
}