From f95980a78f4c1c3a691772231f42b08b2c7f121f Mon Sep 17 00:00:00 2001 From: Clarence Wong Date: Thu, 23 Feb 2017 13:34:20 -0800 Subject: [PATCH] Add support for GOTA AB from RIDL RIDL needs to call the new update_engine to perform GOTA AB. The update_engine requires permissions and sepolicy to access the GOTA image so a new OTA system:system directory is needed. Change-Id: Ibb4d59992494dfdc0ceb2579e75dda0079ff5a8c --- rootdir/etc/init.qcom.rc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index f961925d..1cb933f2 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -321,6 +321,7 @@ on post-fs-data mkdir /data/misc/SelfHost/storage/ 0700 system shell mkdir /data/misc/SelfHost/Running/ 2750 system shell mkdir /data/misc/SelfHost/socket/ 2770 system system + mkdir /data/misc/OTA/ 0750 system system #Create PERFD deamon related dirs mkdir /data/system/perfd 0770 root system