summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2020-05-06 11:20:15 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-06 11:20:15 +0000
commit8d41b144393999b3ded269cab722eab31093245b (patch)
tree58196258b21d1205cd01d898e0275309aa6feca3
parent79aac14c1126b445b5766e1e45ed8ff1601b6d91 (diff)
parent69c835d5621776cd5a5f4934f399e0670c3406f5 (diff)
Bionic and kernel system include paths are no longer implicit. am: 838a8c58b2 am: b32ec89beb am: 69c835d562
Change-Id: I6bf13cde8eaa51a175ee1610f072b57bc72e91f2
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 2cfe241c..4c032dc4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -161,9 +161,11 @@ cc_library {
enabled: false,
},
system_shared_libs: [],
+ header_libs: ["libc_headers"],
},
linux_bionic: {
system_shared_libs: [],
+ header_libs: ["libc_headers"],
},
},
}