Merge "Move proto, c++, and test libs to static" into rvc-dev am: fa49ff93f9
Change-Id: If2b720f783a3c6b6841ccd5992af279b29bff473
This commit is contained in:
@@ -67,7 +67,6 @@ cc_library_shared {
|
|||||||
"liblog", // Has a stable abi - should not be copied into apex.
|
"liblog", // Has a stable abi - should not be copied into apex.
|
||||||
"libstatssocket",
|
"libstatssocket",
|
||||||
],
|
],
|
||||||
//TODO: is libc++_static correct?
|
|
||||||
stl: "libc++_static",
|
stl: "libc++_static",
|
||||||
cflags: [
|
cflags: [
|
||||||
"-Wall",
|
"-Wall",
|
||||||
|
|||||||
@@ -113,17 +113,18 @@ cc_defaults {
|
|||||||
static_libs: [
|
static_libs: [
|
||||||
"libbase",
|
"libbase",
|
||||||
"libcutils",
|
"libcutils",
|
||||||
|
"libgtest_prod",
|
||||||
"libprotoutil",
|
"libprotoutil",
|
||||||
"libstatsmetadata",
|
"libstatsmetadata",
|
||||||
"libstatslog_statsd",
|
"libstatslog_statsd",
|
||||||
"libsysutils",
|
"libsysutils",
|
||||||
"libutils",
|
"libutils",
|
||||||
|
"statsd-aidl-ndk_platform",
|
||||||
],
|
],
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libbinder_ndk",
|
"libbinder_ndk",
|
||||||
"libincident",
|
"libincident",
|
||||||
"liblog",
|
"liblog",
|
||||||
"statsd-aidl-ndk_platform",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -268,10 +269,11 @@ cc_binary {
|
|||||||
|
|
||||||
proto: {
|
proto: {
|
||||||
type: "lite",
|
type: "lite",
|
||||||
|
static: true,
|
||||||
},
|
},
|
||||||
|
stl: "libc++_static",
|
||||||
|
|
||||||
shared_libs: [
|
shared_libs: [
|
||||||
"libgtest_prod",
|
|
||||||
"libstatssocket",
|
"libstatssocket",
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user