cwm: Clarify on-screen labeling of recoveries
Koush is the only authoritative source for clockworkmod recoveries, so lets try to reduce confusion as to what is "officially supported" and what isn't... Change-Id: Icb0f93530e69829ce69f2500b6f29df350099273
This commit is contained in:
parent
c915937ebd
commit
45df699a5e
@ -26,7 +26,14 @@ LOCAL_MODULE := recovery
|
||||
|
||||
LOCAL_FORCE_STATIC_EXECUTABLE := true
|
||||
|
||||
RECOVERY_VERSION := ClockworkMod Recovery v4.0.1.4
|
||||
ifdef I_AM_KOUSH
|
||||
RECOVERY_NAME := ClockworkMod Recovery
|
||||
else
|
||||
RECOVERY_NAME := CWM-based Recovery
|
||||
endif
|
||||
|
||||
RECOVERY_VERSION := $(RECOVERY_NAME) v4.0.1.4
|
||||
|
||||
LOCAL_CFLAGS += -DRECOVERY_VERSION="$(RECOVERY_VERSION)"
|
||||
RECOVERY_API_VERSION := 2
|
||||
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user