mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Switch "system/core/base" ref to "system/libbase"" am: cc1d613e76 am: 04b0bdee74
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1470497 Change-Id: Ie15599eb365e4dd3559b00376bc73a034b9dbb96
This commit is contained in:
@@ -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"],
|
||||
|
||||
@@ -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"],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user