Merge "Use libcutils_headers for android_filesystem_config.h"

This commit is contained in:
Tom Cherry 2020-09-21 15:29:41 +00:00 committed by Gerrit Code Review
commit 67e08784ed
5 changed files with 8 additions and 1 deletions

View File

@ -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",

View File

@ -98,6 +98,7 @@ cc_library {
header_libs: [
"libbase_headers",
"libcutils_headers",
"liblog_headers",
],
export_header_lib_headers: ["liblog_headers"],

View File

@ -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",
],

View File

@ -36,6 +36,7 @@ cc_defaults {
"libz",
],
static_libs: ["libzstd"],
header_libs: ["libcutils_headers"],
cflags: [
"-Wextra",
"-Wthread-safety",

View File

@ -25,4 +25,5 @@ cc_binary {
"libpackagelistparser",
"libminijail",
],
header_libs: ["libcutils_headers"],
}