aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-06-17 22:07:13 -0700
committerDoug Zongker <dougz@android.com>2009-06-17 22:07:13 -0700
commitd683785ec9d36a9f4c7de1983f69a1f049132365 (patch)
tree23ad6c933463bd0506ce492b7fba92dc7006ae48 /Android.mk
parente77e091522122bed0b4f75a3abcb120e398c9abe (diff)
parentfb2e3af3f915c0e3f2b4b027ef26777267ad46dc (diff)
downloadbootable_recovery-d683785ec9d36a9f4c7de1983f69a1f049132365.zip
bootable_recovery-d683785ec9d36a9f4c7de1983f69a1f049132365.tar.gz
bootable_recovery-d683785ec9d36a9f4c7de1983f69a1f049132365.tar.bz2
resolved conflicts for merge of fb2e3af3 to master
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index ba38ebe..f04f7dd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -22,6 +22,9 @@ LOCAL_MODULE := recovery
LOCAL_FORCE_STATIC_EXECUTABLE := true
+RECOVERY_API_VERSION := 2
+LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
+
# This binary is in the recovery ramdisk, which is otherwise a copy of root.
# It gets copied there in config/Makefile. LOCAL_MODULE_TAGS suppresses
# a (redundant) copy of the binary in /system/bin for user builds.