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

Commit 69b01235 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Enable libbase/libutils/libziparchive on host bionic

am: ab34b47b

Change-Id: If8e762eace58a494efede9ef5cb09be99b74e5b8
parents 895cd44b ab34b47b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -49,6 +49,11 @@ cc_library {
            srcs: ["errors_unix.cpp"],
            cppflags: ["-Wexit-time-destructors"],
        },
        linux_bionic: {
            srcs: ["errors_unix.cpp"],
            cppflags: ["-Wexit-time-destructors"],
            enabled: true,
        },
        linux: {
            srcs: ["errors_unix.cpp"],
            cppflags: ["-Wexit-time-destructors"],
+7 −0
Original line number Diff line number Diff line
@@ -86,6 +86,13 @@ cc_library {
                "ProcessCallStack.cpp",
            ],
        },
        linux_bionic: {
            enabled: true,
            srcs: [
                "Looper.cpp",
                "ProcessCallStack.cpp",
            ],
        },

        darwin: {
            cflags: ["-Wno-unused-parameter"],
+11 −1
Original line number Diff line number Diff line
@@ -62,7 +62,17 @@ cc_library {
        android: {
            static_libs: ["libz"],
        },
        host: {
        linux_bionic: {
            static_libs: ["libz"],
            enabled: true,
        },
        linux: {
            shared_libs: ["libz-host"],
        },
        darwin: {
            shared_libs: ["libz-host"],
        },
        windows: {
            shared_libs: ["libz-host"],
        },
    },