Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4e852d0 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Stop explicitly adding bionic subdirectories to the include path.

Change-Id: I9961fa6ac957d8613f93fa33731da797f9ba8615
parent 71ebf1a2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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: [