summaryrefslogtreecommitdiffstats
path: root/core/Makefile
diff options
context:
space:
mode:
authorDoug Zongker <dougz@android.com>2011-09-20 09:27:07 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-09-20 09:27:07 -0700
commit7094bf3a5e9d1983d6877f580506d93fd736c437 (patch)
tree3c9993fe4e42667b6d3bb0e5fdec1a5b4588f377 /core/Makefile
parentae55f41c5d74b1aa58ef5015c613541e77f55034 (diff)
parent25863d738ca171015a57a2154ff6ebe4ae8f5483 (diff)
downloadbuild-7094bf3a5e9d1983d6877f580506d93fd736c437.zip
build-7094bf3a5e9d1983d6877f580506d93fd736c437.tar.gz
build-7094bf3a5e9d1983d6877f580506d93fd736c437.tar.bz2
am 25863d73: build the sqlite3 binary for use by the OTA tools
* commit '25863d738ca171015a57a2154ff6ebe4ae8f5483': build the sqlite3 binary for use by the OTA tools
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 486e350..4c2a4aa 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)