diff options
author | Lin Ma <lma@cyngn.com> | 2015-05-31 15:55:38 -0700 |
---|---|---|
committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2015-05-31 23:57:39 +0000 |
commit | d32b741b5b9436a45a1af1e14f1d0242013048b5 (patch) | |
tree | 5a2a08e566f742f05868b7f684cd82b17fc236d3 /prebuilt/common/etc | |
parent | 8f7444802cc020baee885d852421ccf71ab182a5 (diff) | |
download | vendor_replicant-d32b741b5b9436a45a1af1e14f1d0242013048b5.zip vendor_replicant-d32b741b5b9436a45a1af1e14f1d0242013048b5.tar.gz vendor_replicant-d32b741b5b9436a45a1af1e14f1d0242013048b5.tar.bz2 |
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
Diffstat (limited to 'prebuilt/common/etc')
-rw-r--r-- | prebuilt/common/etc/init.local.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuilt/common/etc/init.local.rc b/prebuilt/common/etc/init.local.rc index b60ca36..f0331ff 100644 --- a/prebuilt/common/etc/init.local.rc +++ b/prebuilt/common/etc/init.local.rc @@ -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 |