Merge "Stop explicitly adding bionic subdirectories to the include path." into main
This commit is contained in:
commit
d68632becc
1 changed files with 0 additions and 4 deletions
|
|
@ -89,7 +89,6 @@ cc_library_static {
|
||||||
"libprocessgroup_util",
|
"libprocessgroup_util",
|
||||||
"libjsoncpp",
|
"libjsoncpp",
|
||||||
],
|
],
|
||||||
include_dirs: ["bionic/libc/kernel"],
|
|
||||||
export_include_dirs: ["include"],
|
export_include_dirs: ["include"],
|
||||||
header_libs: [
|
header_libs: [
|
||||||
"libcutils_headers",
|
"libcutils_headers",
|
||||||
|
|
@ -144,7 +143,6 @@ cc_defaults {
|
||||||
"libstorage_literals_headers",
|
"libstorage_literals_headers",
|
||||||
],
|
],
|
||||||
|
|
||||||
include_dirs: ["bionic/libc/kernel"],
|
|
||||||
system_shared_libs: [],
|
system_shared_libs: [],
|
||||||
|
|
||||||
// snapuserd is started during early boot by first-stage init. At that
|
// snapuserd is started during early boot by first-stage init. At that
|
||||||
|
|
@ -226,7 +224,6 @@ cc_defaults {
|
||||||
"libz",
|
"libz",
|
||||||
],
|
],
|
||||||
include_dirs: [
|
include_dirs: [
|
||||||
"bionic/libc/kernel",
|
|
||||||
".",
|
".",
|
||||||
],
|
],
|
||||||
header_libs: [
|
header_libs: [
|
||||||
|
|
@ -324,7 +321,6 @@ cc_binary_host {
|
||||||
"libz",
|
"libz",
|
||||||
],
|
],
|
||||||
include_dirs: [
|
include_dirs: [
|
||||||
"bionic/libc/kernel",
|
|
||||||
".",
|
".",
|
||||||
],
|
],
|
||||||
header_libs: [
|
header_libs: [
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue