aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDoug Zongker <>2009-04-01 15:48:46 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-04-01 15:48:46 -0700
commitd1b19b9c98ac97db5c933d72dac5dca054a28353 (patch)
treecd124eff0fc6d5141d1d206fb508aa42a82ac1b9 /Android.mk
parent49283858fb6565a5da0c5987e614f60254e61804 (diff)
downloadbootable_recovery-d1b19b9c98ac97db5c933d72dac5dca054a28353.zip
bootable_recovery-d1b19b9c98ac97db5c933d72dac5dca054a28353.tar.gz
bootable_recovery-d1b19b9c98ac97db5c933d72dac5dca054a28353.tar.bz2
AI 144130: Don't build OTA package keys into the recovery binary; read
them from an external file in the recovery image. Use the test-keys for all builds. Automated import of CL 144130
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 6198ab3..8c1de73 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