Merge "Use libcutils_headers for android_filesystem_config.h" am: 67e08784ed
am: ec0ffbcff3
am: a330604594
am: f5dad71dfa
am: e47405bcd8
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1430209 Change-Id: Icf0150c3bad376fff209049340566ff3c11ec583
This commit is contained in:
commit
dc22998366
5 changed files with 8 additions and 1 deletions
|
@ -28,6 +28,7 @@ cc_library_headers {
|
|||
name: "libcutils_headers",
|
||||
vendor_available: true,
|
||||
recovery_available: true,
|
||||
ramdisk_available: true,
|
||||
host_supported: true,
|
||||
apex_available: [
|
||||
"//apex_available:platform",
|
||||
|
|
|
@ -98,6 +98,7 @@ cc_library {
|
|||
|
||||
header_libs: [
|
||||
"libbase_headers",
|
||||
"libcutils_headers",
|
||||
"liblog_headers",
|
||||
],
|
||||
export_header_lib_headers: ["liblog_headers"],
|
||||
|
|
|
@ -32,7 +32,10 @@ cc_defaults {
|
|||
"-DWRITE_TO_STATSD=1",
|
||||
"-DWRITE_TO_LOGD=0",
|
||||
],
|
||||
header_libs: ["libstatssocket_headers"],
|
||||
header_libs: [
|
||||
"libcutils_headers",
|
||||
"libstatssocket_headers",
|
||||
],
|
||||
static_libs: [
|
||||
"libbase",
|
||||
],
|
||||
|
|
|
@ -36,6 +36,7 @@ cc_defaults {
|
|||
"libz",
|
||||
],
|
||||
static_libs: ["libzstd"],
|
||||
header_libs: ["libcutils_headers"],
|
||||
cflags: [
|
||||
"-Wextra",
|
||||
"-Wthread-safety",
|
||||
|
|
|
@ -25,4 +25,5 @@ cc_binary {
|
|||
"libpackagelistparser",
|
||||
"libminijail",
|
||||
],
|
||||
header_libs: ["libcutils_headers"],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue