Fix building of stock twrp

multirom breaks build if no multirom flags are set.
This commit is contained in:
Florian Molitorisz
2016-02-09 11:59:15 +01:00
parent 1a5516466b
commit f1717d6f26

View File

@@ -1,4 +1,5 @@
# MultiROM
ifeq ($(TARGET_RECOVERY_IS_MULTIROM),true)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -77,3 +78,5 @@ endif
# libmultirom
include $(multirom_local_path)/lib/Android.mk
endif