sdm845-common: Build only 64bit power hal
Change-Id: I3dd347b6fa66bbb82224adf9081d1512920263da
This commit is contained in:
parent
b7f7fa2a3f
commit
922b46d9f1
3 changed files with 1 additions and 3 deletions
|
@ -110,7 +110,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Power
|
# Power
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
power.qcom
|
power.qcom:64
|
||||||
|
|
||||||
# QTI
|
# QTI
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
on init
|
on init
|
||||||
mount none /system/etc/audio_policy_configuration.xml /vendor/etc/audio/audio_policy_configuration.xml bind
|
mount none /system/etc/audio_policy_configuration.xml /vendor/etc/audio/audio_policy_configuration.xml bind
|
||||||
mount none /system/lib64/hw/power.qcom.so /vendor/lib64/hw/power.qcom.so bind
|
mount none /system/lib64/hw/power.qcom.so /vendor/lib64/hw/power.qcom.so bind
|
||||||
mount none /system/lib/hw/power.qcom.so /vendor/lib/hw/power.qcom.so bind
|
|
||||||
mount none /system/lib/modules/wlan.ko /vendor/lib/modules-aging/qca_cld3_wlan.ko bind
|
mount none /system/lib/modules/wlan.ko /vendor/lib/modules-aging/qca_cld3_wlan.ko bind
|
||||||
mount none /system/lib/modules/wlan.ko /vendor/lib/modules/qca_cld3_wlan.ko bind
|
mount none /system/lib/modules/wlan.ko /vendor/lib/modules/qca_cld3_wlan.ko bind
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@
|
||||||
|
|
||||||
# Power HAL
|
# Power HAL
|
||||||
/system/lib64/hw/power\.qcom\.so u:object_r:vendor_file:s0
|
/system/lib64/hw/power\.qcom\.so u:object_r:vendor_file:s0
|
||||||
/system/lib/hw/power\.qcom\.so u:object_r:vendor_file:s0
|
|
||||||
|
|
||||||
# tri-state-key
|
# tri-state-key
|
||||||
/system/bin/tri-state-key_daemon u:object_r:tri-state-key_daemon_exec:s0
|
/system/bin/tri-state-key_daemon u:object_r:tri-state-key_daemon_exec:s0
|
||||||
|
|
Loading…
Reference in a new issue