summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2020-05-06 12:03:23 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-05-06 12:03:23 +0000
commitd415f2ff5af4addea88ce4b013570765e1c4088a (patch)
tree58196258b21d1205cd01d898e0275309aa6feca3
parent8c96ae9a471f5498c21b1929530aad8779dbbd66 (diff)
parent2864c041ac29be068afc242151c28b8cc4a1cb67 (diff)
Bionic and kernel system include paths are no longer implicit. am: 838a8c58b2 am: b32ec89beb am: 69c835d562 am: 8d41b14439 am: 48b2f6625e am: 2864c041ac
Change-Id: I516ecf43e096041877109fd72f2f3cc0e9e50334
-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"],
},
},
}