mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_rosemary
synced 2026-01-27 07:49:58 +00:00
rosemary: sensors: Avoid target name conflicts
Change-Id: I170c8c7e4edbfcdebf5d6f6df148b72993d805f6
This commit is contained in:
committed by
Matsvei Niaverau
parent
8f7ec28a6f
commit
b30b027fe4
@@ -436,7 +436,7 @@ PRODUCT_PACKAGES += \
|
||||
PRODUCT_PACKAGES += \
|
||||
android.frameworks.sensorservice@1.0 \
|
||||
android.frameworks.sensorservice@1.0.vendor \
|
||||
android.hardware.sensors@2.1-service.multihal \
|
||||
android.hardware.sensors@2.1-service.rosemary-multihal \
|
||||
android.hardware.sensors@1.0.vendor \
|
||||
android.hardware.sensors@2.0.vendor \
|
||||
android.hardware.sensors@2.1.vendor \
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
cc_binary {
|
||||
name: "android.hardware.sensors@2.1-service.multihal",
|
||||
name: "android.hardware.sensors@2.1-service.rosemary-multihal",
|
||||
defaults: [
|
||||
"hidl_defaults",
|
||||
],
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
service vendor.sensors-hal-2-1-multihal /vendor/bin/hw/android.hardware.sensors@2.1-service.multihal
|
||||
service vendor.sensors-hal-2-1-multihal /vendor/bin/hw/android.hardware.sensors@2.1-service.rosemary-multihal
|
||||
class hal
|
||||
user system
|
||||
group system wakelock context_hub
|
||||
|
||||
Reference in New Issue
Block a user