cs40l26: change property tag to vendor
PRODUCT_PRODUCT_PROPERTIES was defined in system scope, so it would be replaced when device was flashed to another system image. Bug: 263065317 Test: flash GSI image and test haptics Change-Id: Ib466e66bddd6f38cbefe280198e27edb8140c62c
This commit is contained in:
parent
13ad7d9242
commit
876c33ffe6
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ PRODUCT_VENDOR_PROPERTIES += \
|
||||||
ro.vendor.build.svn=1
|
ro.vendor.build.svn=1
|
||||||
|
|
||||||
# Vibrator HAL
|
# Vibrator HAL
|
||||||
PRODUCT_PRODUCT_PROPERTIES +=\
|
PRODUCT_VENDOR_PROPERTIES +=\
|
||||||
ro.vendor.vibrator.hal.long.frequency.shift=0 \
|
ro.vendor.vibrator.hal.long.frequency.shift=0 \
|
||||||
ro.vendor.vibrator.hal.gpio.num=44 \
|
ro.vendor.vibrator.hal.gpio.num=44 \
|
||||||
ro.vendor.vibrator.hal.gpio.shift=2
|
ro.vendor.vibrator.hal.gpio.shift=2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue