universal7885: powerstats: Move it out of hidl-packages

This commit is contained in:
roynatech2544 2023-11-18 17:32:47 +09:00
commit 2d900e6be6
No known key found for this signature in database
GPG key ID: 389DAC92CAECBBCC
6 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,15 @@
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"],
}