summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2021-07-12 15:53:26 -0700
committerColin Cross <ccross@android.com>2021-07-12 15:53:26 -0700
commit6cf567515d1fd4ceac3a37b93e3a6d79d74fb8c4 (patch)
tree38fddf1df2e20a988251d2027394b5c1cccc117e
parent53cbde7457e39a215ee3f553c68dfdb606fe63a0 (diff)
downloadboringssl-android-s-beta-4.tar.gz
Remove libc_headers from cc_objectandroid-s-beta-4android-s-beta-3android-s-beta-4
cc_object modules get default libraries like libc now and no longer need to explicitly include libc_headers. Bug: 153662223 Test: m bcm_object Change-Id: Ic47f29c689a9cd82831ebd5addc6782d6e0e528e
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index e2a4a780..d496a8e8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -129,11 +129,7 @@ cc_object {
fuzzer: false,
},
target: {
- linux_bionic: {
- header_libs: ["libc_headers"], // TODO(b/153662223): Clean this up.
- },
android: {
- header_libs: ["libc_headers"], // TODO(b/153662223): Clean this up.
cflags: [
"-DBORINGSSL_FIPS",
"-fPIC",