• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

build


Commit MetaInfo

修订版541ba9e2f4546a96c55160144871b9233bc7bef2 (tree)
时间2011-09-21 13:19:14
作者Doug Zongker <dougz@andr...>
CommiterThe Android Automerger

Log Message

build the sqlite3 binary for use by the OTA tools

Change-Id: I2c6cc02dec74fdcedd3e2a6f3ddb1dfba657a883

更改概述

差异

--- a/core/Makefile
+++ b/core/Makefile
@@ -959,6 +959,7 @@ built_ota_tools := \
959959 $(call intermediates-dir-for,EXECUTABLES,applypatch)/applypatch \
960960 $(call intermediates-dir-for,EXECUTABLES,applypatch_static)/applypatch_static \
961961 $(call intermediates-dir-for,EXECUTABLES,check_prereq)/check_prereq \
962+ $(call intermediates-dir-for,EXECUTABLES,sqlite3)/sqlite3 \
962963 $(call intermediates-dir-for,EXECUTABLES,updater)/updater
963964 $(BUILT_TARGET_FILES_PACKAGE): PRIVATE_OTA_TOOLS := $(built_ota_tools)
964965