diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2009-07-29 23:56:48 +0200 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2009-07-29 23:56:48 +0200 |
commit | 34109de24e124dff020b26552d46b20299d779fd (patch) | |
tree | a56912e18b608b123f1c4454293d2b2aa36fa96a /Android.mk | |
parent | Merge korg/donut into korg/master (diff) | |
parent | remove amend (diff) | |
download | android_bootable_recovery-34109de24e124dff020b26552d46b20299d779fd.tar android_bootable_recovery-34109de24e124dff020b26552d46b20299d779fd.tar.gz android_bootable_recovery-34109de24e124dff020b26552d46b20299d779fd.tar.bz2 android_bootable_recovery-34109de24e124dff020b26552d46b20299d779fd.tar.lz android_bootable_recovery-34109de24e124dff020b26552d46b20299d779fd.tar.xz android_bootable_recovery-34109de24e124dff020b26552d46b20299d779fd.tar.zst android_bootable_recovery-34109de24e124dff020b26552d46b20299d779fd.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Android.mk b/Android.mk index 0367fef70..ecf26401f 100644 --- a/Android.mk +++ b/Android.mk @@ -9,7 +9,6 @@ ifeq ($(TARGET_ARCH),arm) LOCAL_SRC_FILES := \ recovery.c \ bootloader.c \ - commands.c \ firmware.c \ install.c \ roots.c \ @@ -32,14 +31,13 @@ LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION) LOCAL_MODULE_TAGS := eng -LOCAL_STATIC_LIBRARIES := libminzip libunz libamend libmtdutils libmincrypt +LOCAL_STATIC_LIBRARIES := libminzip libunz libmtdutils libmincrypt LOCAL_STATIC_LIBRARIES += libminui libpixelflinger_static libpng libcutils LOCAL_STATIC_LIBRARIES += libstdc++ libc include $(BUILD_EXECUTABLE) include $(commands_recovery_local_path)/minui/Android.mk -include $(commands_recovery_local_path)/amend/Android.mk include $(commands_recovery_local_path)/minzip/Android.mk include $(commands_recovery_local_path)/mtdutils/Android.mk include $(commands_recovery_local_path)/tools/Android.mk |