diff options
author | Doug Zongker <> | 2009-04-02 19:13:29 +0200 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-02 19:13:29 +0200 |
commit | 275acbe70a8024951db39d6b415cbe63ce09f965 (patch) | |
tree | cd124eff0fc6d5141d1d206fb508aa42a82ac1b9 /Android.mk | |
parent | Merge branch 'readonly-p4-master' (diff) | |
parent | AI 144132: am: CL 144130 Don't build OTA package keys into the recovery binary; read (diff) | |
download | android_bootable_recovery-275acbe70a8024951db39d6b415cbe63ce09f965.tar android_bootable_recovery-275acbe70a8024951db39d6b415cbe63ce09f965.tar.gz android_bootable_recovery-275acbe70a8024951db39d6b415cbe63ce09f965.tar.bz2 android_bootable_recovery-275acbe70a8024951db39d6b415cbe63ce09f965.tar.lz android_bootable_recovery-275acbe70a8024951db39d6b415cbe63ce09f965.tar.xz android_bootable_recovery-275acbe70a8024951db39d6b415cbe63ce09f965.tar.zst android_bootable_recovery-275acbe70a8024951db39d6b415cbe63ce09f965.zip |
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 13 |
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 |