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

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

Fix static dependency on libprotobuf-cpp-lite-ndk am: 76fc3d37 am: 34579697

Change-Id: I052ecf67f763df3c5ce890064eab58d79a606414
parents 9a2eee3f 34579697
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",
    ],
}