From 84b33286ba76374fb08e985b180381ded32b98d3 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Wed, 18 Sep 2019 10:15:24 +0200 Subject: [PATCH] No need to run apexd bootstrap in su policy, it is already expected to be started by init --- apex-setup.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apex-setup.rc b/apex-setup.rc index a3feb67..4142499 100644 --- a/apex-setup.rc +++ b/apex-setup.rc @@ -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