Merge "Revert "Fix static dependency on libprotobuf-cpp-lite-ndk"" am: 32c3f23f37
Change-Id: I5bee0e942b60081edfb82e24f7cfc61a2fd16f1b
This commit is contained in:
@@ -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",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user