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

Commit 9dd99f2a authored by Mike Lockwood's avatar Mike Lockwood Committed by Android (Google) Code Review
Browse files

Merge "Disable recovery in PDK builds"

parents aa4a34ec 31c3e00b
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -623,6 +623,11 @@ endef
# -----------------------------------------------------------------
# Recovery image

# Recovery is disabled in PDK builds
ifeq ($(TARGET_BUILD_PDK),true)
TARGET_NO_RECOVERY := true
endif

# If neither TARGET_NO_KERNEL nor TARGET_NO_RECOVERY are true
ifeq (,$(filter true, $(TARGET_NO_KERNEL) $(TARGET_NO_RECOVERY)))