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

Commit 62dc7cc5 authored by Colin Cross's avatar Colin Cross Committed by Automerger Merge Worker
Browse files

Merge "Revert "Fix static dependency on libprotobuf-cpp-lite-ndk"" am:...

Merge "Revert "Fix static dependency on libprotobuf-cpp-lite-ndk"" am: 32c3f23f am: d7c84979 am: 52a0f7c4 am: f4cf1eb6 am: 05b6789a

Change-Id: I958f7faa2059a30c411d7c3426ae990ea17389eb
parents 9082ca87 05b6789a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@ cc_defaults {
    ],
    proto: {
        type: "lite",
        static: true,
    },
    sdk_version: "current",
    stl: "c++_static",
    shared_libs: [ "liblog" ],
    static_libs: [
        "libbase_ndk",
        "libprotobuf-cpp-lite-ndk",
    ],
}