factory: create led calibrator folder
mkdir /mnt/vendor/persist/led in init rc file for LED calibration Bug: 238837425 Test: adb shell led get_cal Change-Id: I2f383a8b6a03351778c819cdd8ffa7d6c953a8b8
This commit is contained in:
parent
a7822a862b
commit
b7453e6860
1 changed files with 3 additions and 0 deletions
|
@ -31,6 +31,9 @@ on boot && property:ro.build.flavor=factory_tangorpro-userdebug
|
|||
# Audio test folder
|
||||
mkdir /data/AudioTest 0775 system system
|
||||
|
||||
# Led calibration folder
|
||||
mkdir /mnt/vendor/persist/led 0770 system system
|
||||
|
||||
on property:vendor.mfgapi.touchpanel.permission=1
|
||||
chmod 0600 /sys/devices/virtual/sec/tsp/cmd
|
||||
chown system system /sys/devices/virtual/sec/tsp/cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue