diff options
author | Doug Zongker <dougz@android.com> | 2009-06-12 02:32:55 +0200 |
---|---|---|
committer | Doug Zongker <dougz@android.com> | 2009-06-12 02:32:55 +0200 |
commit | 9dbc027b5f540bcf23c968398f8a70e92abd56cd (patch) | |
tree | daa1d97ee8a585480267f963048d25289c752176 /Android.mk | |
parent | edify extensions for OTA package installation, part 1 (diff) | |
download | android_bootable_recovery-9dbc027b5f540bcf23c968398f8a70e92abd56cd.tar android_bootable_recovery-9dbc027b5f540bcf23c968398f8a70e92abd56cd.tar.gz android_bootable_recovery-9dbc027b5f540bcf23c968398f8a70e92abd56cd.tar.bz2 android_bootable_recovery-9dbc027b5f540bcf23c968398f8a70e92abd56cd.tar.lz android_bootable_recovery-9dbc027b5f540bcf23c968398f8a70e92abd56cd.tar.xz android_bootable_recovery-9dbc027b5f540bcf23c968398f8a70e92abd56cd.tar.zst android_bootable_recovery-9dbc027b5f540bcf23c968398f8a70e92abd56cd.zip |
Diffstat (limited to '')
-rw-r--r-- | Android.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk index bfb1bedcb..6ab498e7e 100644 --- a/Android.mk +++ b/Android.mk @@ -36,10 +36,6 @@ LOCAL_STATIC_LIBRARIES += libstdc++ libc include $(BUILD_EXECUTABLE) 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 @@ -47,3 +43,7 @@ include $(commands_recovery_local_path)/tools/Android.mk include $(commands_recovery_local_path)/edify/Android.mk include $(commands_recovery_local_path)/updater/Android.mk commands_recovery_local_path := + +endif # TARGET_ARCH == arm +endif # !TARGET_SIMULATOR + |