Merge "Switch "system/core/base" ref to "system/libbase""

This commit is contained in:
Baligh Uddin
2020-10-24 01:40:47 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ cc_library_static {
recovery_available: true,
srcs: ["convert.cpp"],
include_dirs: [
"system/core/base/include",
"system/libbase/include",
],
header_libs: ["libhealthd_headers"],
export_header_lib_headers: ["libhealthd_headers"],

View File

@@ -6,6 +6,6 @@ cc_library_static {
vendor_available: true,
recovery_available: true,
cflags: ["-Werror"],
include_dirs: ["system/core/base/include"],
include_dirs: ["system/libbase/include"],
header_libs: ["libhealthd_headers"],
}