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

Commit 34579697 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

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