sm8250-common: Relocate our custom HALs to vendor
* Adjust them for usage in /vendor while at it. Change-Id: I84463a912d98e8af14ca31ffd8ac95db1aac916e
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
cc_binary {
|
||||
relative_install_path: "hw",
|
||||
defaults: ["hidl_defaults"],
|
||||
name: "lineage.powershare@1.0-service.oneplus_kona",
|
||||
init_rc: ["lineage.powershare@1.0-service.oneplus_kona.rc"],
|
||||
name: "vendor.lineage.powershare@1.0-service.oneplus_kona",
|
||||
init_rc: ["vendor.lineage.powershare@1.0-service.oneplus_kona.rc"],
|
||||
srcs: ["service.cpp", "PowerShare.cpp"],
|
||||
shared_libs: [
|
||||
"libbase",
|
||||
@@ -27,4 +27,5 @@ cc_binary {
|
||||
"libutils",
|
||||
"vendor.lineage.powershare@1.0",
|
||||
],
|
||||
proprietary: true,
|
||||
}
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
service powershare-hal-1-0 /system/bin/hw/lineage.powershare@1.0-service.oneplus_kona
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
@@ -0,0 +1,4 @@
|
||||
service vendor.powershare-hal-1-0 /vendor/bin/hw/vendor.lineage.powershare@1.0-service.oneplus_kona
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
Reference in New Issue
Block a user