summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroshmoun <oshmoun100@googlemail.com>2018-11-24 11:26:01 +0100
committerDees Troy <dees_troy@teamw.in>2019-03-18 04:27:35 +0100
commit9220dbab44b3bf277c903ac0c99d09c53eec39c7 (patch)
treec522daf913dcb5c1a91374a956b0d59b0a51882c
parentMerge "slot management: add library for slot management." into android-9.0 (diff)
downloadandroid_bootable_recovery-9220dbab44b3bf277c903ac0c99d09c53eec39c7.tar
android_bootable_recovery-9220dbab44b3bf277c903ac0c99d09c53eec39c7.tar.gz
android_bootable_recovery-9220dbab44b3bf277c903ac0c99d09c53eec39c7.tar.bz2
android_bootable_recovery-9220dbab44b3bf277c903ac0c99d09c53eec39c7.tar.lz
android_bootable_recovery-9220dbab44b3bf277c903ac0c99d09c53eec39c7.tar.xz
android_bootable_recovery-9220dbab44b3bf277c903ac0c99d09c53eec39c7.tar.zst
android_bootable_recovery-9220dbab44b3bf277c903ac0c99d09c53eec39c7.zip
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 6ee406053..403647374 100644
--- a/Android.mk
+++ b/Android.mk
@@ -500,7 +500,7 @@ ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 25; echo $$?),0)
endif
ifeq ($(BOARD_CACHEIMAGE_PARTITION_SIZE),)
-LOCAL_REQUIRED_MODULES := recovery-persist recovery-refresh
+LOCAL_REQUIRED_MODULES += recovery-persist recovery-refresh
endif
include $(BUILD_EXECUTABLE)