aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-04 02:02:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-04 02:02:28 +0000
commita8e73fde0d2c9acbf7b0a76accc8b7bfea13ee6c (patch)
tree03e74638e3422e83916503a2a2b1a8619551c12b
parent1e2c5d3c628efcdd7d44bc946f06176ad2580e30 (diff)
parent81d80fa9d2e25470fa7dbc2ceb1f57f3cd59cf77 (diff)
downloadarm-optimized-routines-a8e73fde0d2c9acbf7b0a76accc8b7bfea13ee6c.tar.gz
Snap for 8146528 from 81d80fa9d2e25470fa7dbc2ceb1f57f3cd59cf77 to tm-release
Change-Id: I5720e47c87abc10c853017c7e369765b3f16da35
-rwxr-xr-xAndroid.bp10
1 files changed, 7 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 {