Move sqlite3 to platform-tools.
This was in the SDK tools before but it's really part of the platform. Change-Id: I2a88d288aec6fd1556a28db58976fc1c889efd35
This commit is contained in:
@@ -37,6 +37,9 @@ bin/fastboot.exe strip platform-tools/fastboot.exe
|
||||
bin/AdbWinUsbApi.dll platform-tools/AdbWinUsbApi.dll
|
||||
bin/AdbWinApi.dll platform-tools/AdbWinApi.dll
|
||||
|
||||
rm tools/sqlite3
|
||||
bin/sqlite3.exe strip platform-tools/sqlite3.exe
|
||||
|
||||
|
||||
##############################################################################
|
||||
# Build Tools Component
|
||||
|
||||
@@ -44,6 +44,8 @@ development/sdk/plat_tools_source.properties platform-tools/source.properties
|
||||
# host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
|
||||
bin/adb strip platform-tools/adb
|
||||
bin/fastboot strip platform-tools/fastboot
|
||||
bin/sqlite3 strip platform-tools/sqlite3
|
||||
|
||||
|
||||
# API database for tools such as lint
|
||||
development/sdk/api-versions.xml platform-tools/api/api-versions.xml
|
||||
|
||||
Reference in New Issue
Block a user