From a04fca31bf1fadcdf982090c942ccbe4d9b95c71 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Mon, 30 Nov 2015 12:22:24 -0800 Subject: [PATCH] Stop packaging obsolete OTA tools. applypatch, applypatch_static and sqlite3 are no longer needed. Bug: 24621915 Change-Id: I6de5bc45bc8434b9c387e1d3d1b6c347c23a5290 --- core/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/core/Makefile b/core/Makefile index c9307084b..ad577a949 100644 --- a/core/Makefile +++ b/core/Makefile @@ -1452,14 +1452,11 @@ define package_files-copy-root fi endef -built_ota_tools := \ - $(call intermediates-dir-for,EXECUTABLES,applypatch,,,$(TARGET_PREFER_32_BIT))/applypatch \ - $(call intermediates-dir-for,EXECUTABLES,sqlite3,,,$(TARGET_PREFER_32_BIT))/sqlite3 +built_ota_tools := # We can't build static executables when SANITIZE_TARGET=address ifeq ($(strip $(SANITIZE_TARGET)),) built_ota_tools += \ - $(call intermediates-dir-for,EXECUTABLES,applypatch_static,,,$(TARGET_PREFER_32_BIT))/applypatch_static \ $(call intermediates-dir-for,EXECUTABLES,updater,,,$(TARGET_PREFER_32_BIT))/updater endif