universal7885: Organize tree

This commit is contained in:
roynatech2544 2022-09-22 13:31:14 +09:00
commit 340f28fe4b
64 changed files with 1 additions and 1 deletions

View file

@ -1,16 +0,0 @@
cc_binary {
name: "android.hardware.power.stats-service.exynos7",
srcs: [
"*.cc",
],
relative_install_path: "hw",
vendor: true,
defaults: [
"eureka_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"],
}