summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2011-09-19 15:02:03 -0700
committerDoug Zongker <dougz@android.com>2011-09-19 16:50:39 -0700
commit25863d738ca171015a57a2154ff6ebe4ae8f5483 (patch)
tree5aa947e8e5ff8efb1d8188d7454ea0ee87486292 /core/Makefile
parent15e199c8574a14788e90f3df538360f3d40448b8 (diff)
downloadbuild-25863d738ca171015a57a2154ff6ebe4ae8f5483.zip
build-25863d738ca171015a57a2154ff6ebe4ae8f5483.tar.gz
build-25863d738ca171015a57a2154ff6ebe4ae8f5483.tar.bz2
build the sqlite3 binary for use by the OTA tools
Change-Id: I2c6cc02dec74fdcedd3e2a6f3ddb1dfba657a883
Diffstat (limited to 'core/Makefile')
-rw-r--r--core/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Makefile b/core/Makefile
index 2751203..de341e2 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)