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

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

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

Merge "Fix static dependency on libprotobuf-cpp-lite-ndk" am: 71acbf99 am: 423f5e52 am: 5bdba603 am: c98c4bbf am: acfad4ab

Change-Id: I50ed8291109dafd6c5f2ab89aaff6ca5ca988c1f
parents 7b72f862 acfad4ab
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",
    ],
}