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:
Gillian Lin 2022-07-13 07:26:20 +00:00
parent a7822a862b
commit b7453e6860

View file

@ -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