Bug: 204142361 Test: Perform UDFPS calibration. Change-Id: Ie60ddbea72ebe6c3c3998e7cdb8a5809ec47ffd2
14 lines
427 B
Text
14 lines
427 B
Text
# Factory specific init.rc
|
|
|
|
on early-init
|
|
mount debugfs /sys/kernel/debug /sys/kernel/debug
|
|
|
|
on init
|
|
export PATH /product/bin:/apex/com.android.runtime/bin:/apex/com.android.art/bin:/system_ext/bin:/system/bin:/system/xbin:/odm/bin:/vendor/bin:/vendor/xbin:/vendor/bin/factory
|
|
|
|
on boot
|
|
# FTM log folder
|
|
mkdir /data/ftmlog 0775 system system
|
|
|
|
# Audio test folder
|
|
mkdir /data/AudioTest 0775 system system
|