summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorvishal <vishal.bhoj@linaro.org>2018-09-11 15:18:36 +0530
committerAlistair Strachan <astrachan@google.com>2018-09-12 16:34:33 +0000
commit7952f1c59a3dde3ca449a01d15ca7b3ab8e90e2d (patch)
treedf5f97b832a6ea8fa81f764456d837a7ba8a009e /installer
parentb7d831e198d59af6f65af682f1fbb1c8f25c3dba (diff)
downloadhikey-7952f1c59a3dde3ca449a01d15ca7b3ab8e90e2d.tar.gz
hikey{,960}: Remove cache partition support
This does not work with latest GSI on AOSP master which has cache as a symlink to /data/cache where trying to mount cache partition fails. Change-Id: I0621accc580a5ae8ccf2494a76df457f152d51e3 Signed-off-by: Vishal Bohj <vishal.bhoj@linaro.org>
Diffstat (limited to 'installer')
-rwxr-xr-xinstaller/hikey/flash-all.sh1
-rwxr-xr-xinstaller/hikey960/flash-all.sh1
2 files changed, 0 insertions, 2 deletions
diff --git a/installer/hikey/flash-all.sh b/installer/hikey/flash-all.sh
index be909fe6..4707d063 100755
--- a/installer/hikey/flash-all.sh
+++ b/installer/hikey/flash-all.sh
@@ -78,5 +78,4 @@ fastboot flash nvme "${INSTALLER_DIR}"/nvme.img
fastboot flash boot "${OUT_IMGDIR}"/boot.img
fastboot flash system "${OUT_IMGDIR}"/system.img
fastboot flash vendor "${OUT_IMGDIR}"/vendor.img
-fastboot flash cache "${OUT_IMGDIR}"/cache.img
fastboot flash userdata "${OUT_IMGDIR}"/userdata.img
diff --git a/installer/hikey960/flash-all.sh b/installer/hikey960/flash-all.sh
index 70a95508..2888020b 100755
--- a/installer/hikey960/flash-all.sh
+++ b/installer/hikey960/flash-all.sh
@@ -26,6 +26,5 @@ fastboot flash boot "${ANDROID_PRODUCT_OUT}"/boot.img
fastboot flash dts "${ANDROID_PRODUCT_OUT}"/dt.img
fastboot flash system "${ANDROID_PRODUCT_OUT}"/system.img
fastboot flash vendor "${ANDROID_PRODUCT_OUT}"/vendor.img
-fastboot flash cache "${ANDROID_PRODUCT_OUT}"/cache.img
fastboot flash userdata "${ANDROID_PRODUCT_OUT}"/userdata.img
fastboot reboot