diff options
author | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:03:49 -0800 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2008-12-17 18:03:49 -0800 |
commit | ff3d93821e22588ce607c17252334ca2d9ca54a4 (patch) | |
tree | e806acbb6f71dbdafc09df3bc0d8a0a4ae1b7905 /Android.mk | |
parent | 23580ca27a0a8109312fdd36cc363ad1f4719889 (diff) | |
download | bootable_recovery-ff3d93821e22588ce607c17252334ca2d9ca54a4.zip bootable_recovery-ff3d93821e22588ce607c17252334ca2d9ca54a4.tar.gz bootable_recovery-ff3d93821e22588ce607c17252334ca2d9ca54a4.tar.bz2 |
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,7 @@ include $(CLEAR_VARS) commands_recovery_local_path := $(LOCAL_PATH) ifneq ($(TARGET_SIMULATOR),true) +ifeq ($(TARGET_ARCH),arm) LOCAL_SRC_FILES := \ recovery.c \ @@ -49,9 +50,11 @@ $(intermediates)/install.o: $(RECOVERY_INSTALL_OTA_KEYS_INC) include $(commands_recovery_local_path)/minui/Android.mk +endif # TARGET_ARCH == arm endif # !TARGET_SIMULATOR 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 commands_recovery_local_path := |