aboutsummaryrefslogtreecommitdiff
path: root/android-tv
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2017-01-06 15:14:18 +0530
committerVishal Bhoj <vishal.bhoj@linaro.org>2017-01-06 15:14:18 +0530
commitf0df93a25836f9520988bbae4e8de6b8417d63c8 (patch)
treeea58f8be2237856b40db727fabe869380e23674c /android-tv
parent471879e4ae3866d2ec60cbc8fb95f1f3f41744d5 (diff)
android-tv-hikey-n: fix 4gb userdata partition creation
Change-Id: I5f628a8a7966f716108b3d199fe7dd54d09bdbb7 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
Diffstat (limited to 'android-tv')
-rwxr-xr-xandroid-tv/hikey/builders.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/android-tv/hikey/builders.sh b/android-tv/hikey/builders.sh
index 7f8b444dd4..e1d20326ef 100755
--- a/android-tv/hikey/builders.sh
+++ b/android-tv/hikey/builders.sh
@@ -47,7 +47,7 @@ cd -
cd /home/buildslave/srv/${BUILD_DIR}/build/out
host/linux-x86/bin/make_ext4fs -s -T -1 -S root/file_contexts -L data -l 5588893184 -a data userdata.img data
host/linux-x86/bin/make_ext4fs -s -T -1 -S root/file_contexts.bin -L system -l 1610612736 -a system system.img system system
-host/linux-x86/bin/make_ext4fs -s -T -1 -S out/root/file_contexts -L data -l 1342177280 -a data userdata-4gb.img data
+host/linux-x86/bin/make_ext4fs -s -T -1 -S root/file_contexts -L data -l 1342177280 -a data userdata-4gb.img data
rm -f ramdisk.img
for image in "boot.img" "boot_fat.uefi.img" "system.img" "userdata.img" "userdata-4gb.img" "cache.img"; do