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

Commit 376f2cfa authored by Colin Cross's avatar Colin Cross Committed by Gerrit Code Review
Browse files

Merge "libpropertyinfoparser: only use system_shared_libs for bionic variant"

parents 4d18ab25 207ea516
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"],
}