summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2009-06-18 02:29:40 +0200
committerDoug Zongker <dougz@android.com>2009-06-18 03:12:16 +0200
commitfb2e3af3f915c0e3f2b4b027ef26777267ad46dc (patch)
tree45e7354eacc638f4176a095844258d1f313aba7b /Android.mk
parentadd less_than_int, greater_than_int to edify (diff)
downloadandroid_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.tar
android_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.tar.gz
android_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.tar.bz2
android_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.tar.lz
android_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.tar.xz
android_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.tar.zst
android_bootable_recovery-fb2e3af3f915c0e3f2b4b027ef26777267ad46dc.zip
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 6ab498e7e..0367fef70 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.