mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: powerstats: Move it out of hidl-packages
This commit is contained in:
parent
3d965fc32d
commit
2d900e6be6
6 changed files with 0 additions and 0 deletions
15
universal7885-common/powerstats/Android.bp
Normal file
15
universal7885-common/powerstats/Android.bp
Normal 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"],
|
||||
}
|
||||
Loading…
Reference in a new issue