summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <>2009-04-02 19:12:24 +0200
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-02 19:12:24 +0200
commit796901d3b0b70f09c51b877ae76e98bf0cf2b82a (patch)
treecd124eff0fc6d5141d1d206fb508aa42a82ac1b9 /Android.mk
parentAI 144105: am: CL 144082 Remove the unused "unpacking" recovery icon. (diff)
downloadandroid_bootable_recovery-796901d3b0b70f09c51b877ae76e98bf0cf2b82a.tar
android_bootable_recovery-796901d3b0b70f09c51b877ae76e98bf0cf2b82a.tar.gz
android_bootable_recovery-796901d3b0b70f09c51b877ae76e98bf0cf2b82a.tar.bz2
android_bootable_recovery-796901d3b0b70f09c51b877ae76e98bf0cf2b82a.tar.lz
android_bootable_recovery-796901d3b0b70f09c51b877ae76e98bf0cf2b82a.tar.xz
android_bootable_recovery-796901d3b0b70f09c51b877ae76e98bf0cf2b82a.tar.zst
android_bootable_recovery-796901d3b0b70f09c51b877ae76e98bf0cf2b82a.zip
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/Android.mk b/Android.mk
index 6198ab338..8c1de7366 100644
--- a/Android.mk
+++ b/Android.mk
@@ -33,21 +33,8 @@ LOCAL_STATIC_LIBRARIES := libminzip libunz libamend libmtdutils libmincrypt
LOCAL_STATIC_LIBRARIES += libminui libpixelflinger_static libpng libcutils
LOCAL_STATIC_LIBRARIES += libstdc++ libc
-# Specify a C-includable file containing the OTA public keys.
-# This is built in config/Makefile.
-# *** THIS IS A TOTAL HACK; EXECUTABLES MUST NOT CHANGE BETWEEN DIFFERENT
-# PRODUCTS/BUILD TYPES. ***
-# TODO: make recovery read the keys from an external file.
-RECOVERY_INSTALL_OTA_KEYS_INC := \
- $(call intermediates-dir-for,PACKAGING,ota_keys_inc)/keys.inc
-# Let install.c say #include "keys.inc"
-LOCAL_C_INCLUDES += $(dir $(RECOVERY_INSTALL_OTA_KEYS_INC))
-
include $(BUILD_EXECUTABLE)
-# Depend on the generated keys.inc containing the OTA public keys.
-$(intermediates)/install.o: $(RECOVERY_INSTALL_OTA_KEYS_INC)
-
include $(commands_recovery_local_path)/minui/Android.mk
endif # TARGET_ARCH == arm