From 25863d738ca171015a57a2154ff6ebe4ae8f5483 Mon Sep 17 00:00:00 2001 From: Doug Zongker Date: Mon, 19 Sep 2011 15:02:03 -0700 Subject: [PATCH] build the sqlite3 binary for use by the OTA tools Change-Id: I2c6cc02dec74fdcedd3e2a6f3ddb1dfba657a883 --- core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/core/Makefile b/core/Makefile index 275120345..de341e2c5 100644 --- a/core/Makefile +++ b/core/Makefile @@ -959,6 +959,7 @@ built_ota_tools := \ $(call intermediates-dir-for,EXECUTABLES,applypatch)/applypatch \ $(call intermediates-dir-for,EXECUTABLES,applypatch_static)/applypatch_static \ $(call intermediates-dir-for,EXECUTABLES,check_prereq)/check_prereq \ + $(call intermediates-dir-for,EXECUTABLES,sqlite3)/sqlite3 \ $(call intermediates-dir-for,EXECUTABLES,updater)/updater $(BUILT_TARGET_FILES_PACKAGE): PRIVATE_OTA_TOOLS := $(built_ota_tools) -- 2.11.0