1# Factory specific init.rc
2
3on early-init
4    mount debugfs /sys/kernel/debug /sys/kernel/debug
5
6on init
7    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
8
9on boot
10    # FTM log folder
11    mkdir /data/ftmlog 0775 system system
12
13    # Audio test folder
14    mkdir /data/AudioTest 0775 system system
15
16on property:sys.boot_completed=1
17    # Bump nnapi min clamp & add adbd to it for factory (b/222226268)
18    write /proc/vendor_sched/nnapi_uclamp_min 512
19    exec - root root -- /vendor/bin/factory/factory_post_boot
20