Skip to content

Commit

Permalink
Lie and say it is version 2 for backwards compatibility.
Browse files Browse the repository at this point in the history
Change-Id: I5b0627fd49d3ee9f562c67bcac48783b00198ab0
  • Loading branch information
koush committed Sep 13, 2010
1 parent 56c1b3b commit 4e10b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true

RECOVERY_VERSION := ClockworkMod Recovery v2.5.0.8
LOCAL_CFLAGS += -DRECOVERY_VERSION="$(RECOVERY_VERSION)"
RECOVERY_API_VERSION := 3
RECOVERY_API_VERSION := 2
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)

ifeq ($(BOARD_HAS_NO_SELECT_BUTTON),true)
Expand Down

0 comments on commit 4e10b13

Please sign in to comment.