No need to run apexd bootstrap in su policy, it is already expected to be started by init

This commit is contained in:
Pierre-Hugues Husson 2019-09-18 10:15:24 +02:00
parent 46d65aac9b
commit 84b33286ba
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on early-fs
mkdir /apex 0777 root root
mount tmpfs tmpfs /apex mode=0755,uid=0,gid=0
restorecon /apex
exec u:r:su:s0 -- /system/bin/apexd --bootstrap
exec -- /system/bin/apexd --bootstrap
export ANDROID_RUNTIME_ROOT /apex/com.android.runtime
export ANDROID_TZDATA_ROOT /apex/com.android.tzdata
symlink /system/product /product