build
修订版 | 541ba9e2f4546a96c55160144871b9233bc7bef2 (tree) |
---|---|
时间 | 2011-09-21 13:19:14 |
作者 | Doug Zongker <dougz@andr...> |
Commiter | The Android Automerger |
build the sqlite3 binary for use by the OTA tools
Change-Id: I2c6cc02dec74fdcedd3e2a6f3ddb1dfba657a883
@@ -959,6 +959,7 @@ built_ota_tools := \ | ||
959 | 959 | $(call intermediates-dir-for,EXECUTABLES,applypatch)/applypatch \ |
960 | 960 | $(call intermediates-dir-for,EXECUTABLES,applypatch_static)/applypatch_static \ |
961 | 961 | $(call intermediates-dir-for,EXECUTABLES,check_prereq)/check_prereq \ |
962 | + $(call intermediates-dir-for,EXECUTABLES,sqlite3)/sqlite3 \ | |
962 | 963 | $(call intermediates-dir-for,EXECUTABLES,updater)/updater |
963 | 964 | $(BUILT_TARGET_FILES_PACKAGE): PRIVATE_OTA_TOOLS := $(built_ota_tools) |
964 | 965 |