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

Commit 5677973d authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

Merge "libpropertyinfoparser: only use system_shared_libs for bionic variant" am: 376f2cfa

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1826814

Change-Id: Ifcfd599fa6dfb9ebc28489fa988b2bd94672438b
parents 819e302a 376f2cfa
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -18,7 +18,11 @@ cc_library_static {
        "-Werror",
    ],
    stl: "none",
    target: {
        bionic: {
            system_shared_libs: [],
            header_libs: ["libc_headers"],
        },
    },
    export_include_dirs: ["include"],
}