Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 388e6a77 authored by Steve Kondik's avatar Steve Kondik
Browse files

Add guard makefile for allowing simple recovery build

Change-Id: I6ec438f61cafce69c5083977c4330277f56aa060
parent 48ccdcef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
ifneq ($(WITH_SIMPLE_RECOVERY),true)

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)

@@ -204,3 +206,5 @@ include $(commands_recovery_local_path)/utilities/Android.mk
include $(commands_recovery_local_path)/su/Android.mk
include $(commands_recovery_local_path)/voldclient/Android.mk
commands_recovery_local_path :=

endif