75da4c0eee
Change-Id: I134d6418f1357a4d7ce37358481d6b765d93e1a5
38 lines
746 B
Plaintext
38 lines
746 B
Plaintext
cc_library_static {
|
|
|
|
name: "liblocbatterylistener",
|
|
vendor: true,
|
|
|
|
sanitize: GNSS_SANITIZE,
|
|
|
|
cflags: GNSS_CFLAGS + ["-DBATTERY_LISTENER_ENABLED"],
|
|
local_include_dirs: ["."],
|
|
|
|
srcs: ["battery_listener.cpp"],
|
|
|
|
shared_libs: [
|
|
"liblog",
|
|
"libhidlbase",
|
|
"libcutils",
|
|
"libutils",
|
|
"android.hardware.health@1.0",
|
|
"android.hardware.health@2.0",
|
|
"android.hardware.health@2.1",
|
|
"android.hardware.power@1.2",
|
|
"libbase",
|
|
],
|
|
|
|
static_libs: ["libhealthhalutils"],
|
|
|
|
header_libs: [
|
|
"libgps.utils_headers",
|
|
"libloc_pla_headers",
|
|
],
|
|
}
|
|
|
|
cc_library_headers {
|
|
|
|
name: "liblocbatterylistener_headers",
|
|
export_include_dirs: ["."],
|
|
}
|