From 64893ccc09b25ac31bc6a17f5c7f43c7fa789576 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Tue, 14 Jul 2009 16:31:56 -0700 Subject: remove amend Yank all the code to install OTA packages out of the recovery binary itself. Now packages are installed by a binary included in the package (run as a child of recovery), so we can make improvements in the installation process without waiting for a new release to use them. --- tools/ota/Android.mk | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tools/ota/Android.mk') diff --git a/tools/ota/Android.mk b/tools/ota/Android.mk index b7a57d6ac..0bde7ee72 100644 --- a/tools/ota/Android.mk +++ b/tools/ota/Android.mk @@ -14,11 +14,6 @@ LOCAL_PATH := $(call my-dir) -include $(CLEAR_VARS) -LOCAL_MODULE := make-update-script -LOCAL_SRC_FILES := make-update-script.c -include $(BUILD_HOST_EXECUTABLE) - ifneq ($(TARGET_SIMULATOR),true) include $(CLEAR_VARS) -- cgit v1.2.3