mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
15 lines
466 B
Text
15 lines
466 B
Text
cc_binary {
|
|
name: "android.hardware.power.stats-service.exynos7",
|
|
srcs: [
|
|
"*.cc",
|
|
],
|
|
relative_install_path: "hw",
|
|
vendor: true,
|
|
defaults: [
|
|
"powerstats_pixel_defaults",
|
|
],
|
|
cflags: ["-Wno-thread-safety-negative"],
|
|
shared_libs: ["android.hardware.power.stats-impl.pixel"],
|
|
init_rc: ["android.hardware.power.stats-service.exynos7.rc"],
|
|
vintf_fragments: ["android.hardware.power.stats-service.exynos7.xml"],
|
|
}
|