Merge "Stop explicitly adding bionic subdirectories to the include path." into main am: d68632becc
Original change: https://android-review.googlesource.com/c/platform/system/core/+/3352958 Change-Id: Idae44755f445ac9aaee0767842667209075418c6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
d2c67b3673
1 changed files with 0 additions and 4 deletions
|
|
@ -89,7 +89,6 @@ cc_library_static {
|
|||
"libprocessgroup_util",
|
||||
"libjsoncpp",
|
||||
],
|
||||
include_dirs: ["bionic/libc/kernel"],
|
||||
export_include_dirs: ["include"],
|
||||
header_libs: [
|
||||
"libcutils_headers",
|
||||
|
|
@ -144,7 +143,6 @@ cc_defaults {
|
|||
"libstorage_literals_headers",
|
||||
],
|
||||
|
||||
include_dirs: ["bionic/libc/kernel"],
|
||||
system_shared_libs: [],
|
||||
|
||||
// snapuserd is started during early boot by first-stage init. At that
|
||||
|
|
@ -226,7 +224,6 @@ cc_defaults {
|
|||
"libz",
|
||||
],
|
||||
include_dirs: [
|
||||
"bionic/libc/kernel",
|
||||
".",
|
||||
],
|
||||
header_libs: [
|
||||
|
|
@ -324,7 +321,6 @@ cc_binary_host {
|
|||
"libz",
|
||||
],
|
||||
include_dirs: [
|
||||
"bionic/libc/kernel",
|
||||
".",
|
||||
],
|
||||
header_libs: [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue