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

Commit 660e26bf 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"...

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

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

Change-Id: I81bd21552f98694ab706194a83eb7b55244077ca
parents 4f068813 5677973d
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"],
}