Loading rootdir/init.rc +4 −0 Original line number Diff line number Diff line Loading @@ -396,6 +396,10 @@ on post-fs-data # create the A/B OTA directory, so as to enforce our permissions mkdir /data/ota 0771 root root # create the OTA package directory. It will be accessed by GmsCore (cache # group), update_engine and update_verifier. mkdir /data/ota_package 0770 system cache # create resource-cache and double-check the perms mkdir /data/resource-cache 0771 system system chown system system /data/resource-cache Loading Loading
rootdir/init.rc +4 −0 Original line number Diff line number Diff line Loading @@ -396,6 +396,10 @@ on post-fs-data # create the A/B OTA directory, so as to enforce our permissions mkdir /data/ota 0771 root root # create the OTA package directory. It will be accessed by GmsCore (cache # group), update_engine and update_verifier. mkdir /data/ota_package 0770 system cache # create resource-cache and double-check the perms mkdir /data/resource-cache 0771 system system chown system system /data/resource-cache Loading