Merge pull request #75 from sub77/patch-1

Fix building of stock twrp
This commit is contained in:
Vojtěch Boček
2016-02-09 19:55:52 +01:00

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