diff options
Diffstat (limited to 'recovery/Android.mk')
-rw-r--r-- | recovery/Android.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recovery/Android.mk b/recovery/Android.mk new file mode 100644 index 0000000..1313f85 --- /dev/null +++ b/recovery/Android.mk @@ -0,0 +1,11 @@ +LOCAL_PATH := $(call my-dir) +include $(CLEAR_VARS) + +LOCAL_MODULE_TAGS := eng +LOCAL_C_INCLUDES += bootable/recovery +LOCAL_SRC_FILES := recovery_ui.c + +# should match TARGET_RECOVERY_UI_LIB set in BoardConfig.mk +LOCAL_MODULE := librecovery_ui_crespo + +include $(BUILD_STATIC_LIBRARY) |