aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-24 18:06:04 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-03-24 18:06:04 +0000
commit2c6c6cd1edd96bf034f0e1c45ea3c4ff0c983a2a (patch)
tree7419bc1115a68360e3a98828495af47be691bf15
parent32df718c8a0b2c1ea0ff7cd12fd70c6e2b967cdf (diff)
parent427662fb98ee03c3697b90141bba493b8cb47a47 (diff)
downloadarm-optimized-routines-2c6c6cd1edd96bf034f0e1c45ea3c4ff0c983a2a.tar.gz
Snap for 8349661 from 427662fb98ee03c3697b90141bba493b8cb47a47 to mainline-go-art-release
Change-Id: I649e3b01c73074b578fb4761d2f41cb84637df54
-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"
+ }
]
}