FOTA: Create /cache/recovery in init.rc for FOTA

* FOTA depends on the existence of /cache/recovery and will fail
to reboot otherwise

Change-Id: I0d4d2150d54f36a0927aee3b66e64f9b81672d86
This commit is contained in:
Lin Ma 2015-05-31 15:55:38 -07:00 committed by Ricardo Cerqueira
parent 8f7444802c
commit d32b741b5b

View File

@ -11,6 +11,7 @@ on post-fs-data
chown system system /cache/dalvik-cache
chmod 0771 /cache/dalvik-cache
mkdir /data/.ssh 0750 root shell
mkdir /cache/recovery 0770 system cache
# Run sysinit
start sysinit