Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit ee6e710

Browse files
committed
AndroidBoot: disable parallel download flash
Change-Id: I568cbae192a5de37336144c4a1e83ba7d5a93a77 Signed-off-by: Alexander Martinz <[email protected]>
1 parent 0672cf9 commit ee6e710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidBoot.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ PREBUILT_HOST_TOOLS := CC=$(ANDROID_TOP)/$(CLANG)\ \
3131
AR=$(ANDROID_TOP)/$(HOST_AR)
3232
PREBUILT_PYTHON_PATH=$(ANDROID_TOP)/prebuilts/python/linux-x86/2.7.5/bin/python2
3333

34-
DISABLE_PARALLEL_DOWNLOAD_FLASH := DISABLE_PARALLEL_DOWNLOAD_FLASH=0
34+
DISABLE_PARALLEL_DOWNLOAD_FLASH := DISABLE_PARALLEL_DOWNLOAD_FLASH=1
3535
ifeq ($(PRODUCT_SUPPORTS_VERITY),true)
3636
VERIFIED_BOOT := VERIFIED_BOOT=1
3737
else

0 commit comments

Comments
 (0)