You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
778 B
Plaintext
18 lines
778 B
Plaintext
# Service names must be less than 16 characters in android-7.1 and
|
|
# below. The makefile will truncate service names if needed in any
|
|
# init.recovery.vold_decryp.*.rc file found in the vold_decrypt
|
|
# directory.
|
|
# It cannot however do this for any .rc file(s) that may be
|
|
# overridden by the device tree files!
|
|
|
|
# The seclabels are not needed when built in Android 8.0 tree
|
|
# in 7.1 however the below do not exist, so run them under vold
|
|
service ven_keymaster-3-0 /vendor/bin/hw/android.hardware.keymaster@3.0-service-qti
|
|
user root
|
|
group root
|
|
setenv PATH /vendor/bin:/system/bin:/system/vendor/bin
|
|
setenv LD_LIBRARY_PATH /vendor/lib64:/system/lib64:/vendor/lib:/system/lib:/system/vendor/lib64:/system/vendor/lib
|
|
disabled
|
|
oneshot
|
|
seclabel u:r:vold:s0
|