SDK: Generate build-tools package.
Change-Id: I36e9ee9a9486da18704428ce5225934a6a308029
This commit is contained in:
@@ -26,6 +26,10 @@
|
|||||||
# are controled by sdk/build/tools.windows.atree.
|
# are controled by sdk/build/tools.windows.atree.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
##############################################################################
|
||||||
|
# Platform Tools Component
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
rm platform-tools/adb
|
rm platform-tools/adb
|
||||||
rm platform-tools/fastboot
|
rm platform-tools/fastboot
|
||||||
bin/adb.exe strip platform-tools/adb.exe
|
bin/adb.exe strip platform-tools/adb.exe
|
||||||
@@ -33,20 +37,30 @@ bin/fastboot.exe strip platform-tools/fastboot.exe
|
|||||||
bin/AdbWinUsbApi.dll platform-tools/AdbWinUsbApi.dll
|
bin/AdbWinUsbApi.dll platform-tools/AdbWinUsbApi.dll
|
||||||
bin/AdbWinApi.dll platform-tools/AdbWinApi.dll
|
bin/AdbWinApi.dll platform-tools/AdbWinApi.dll
|
||||||
|
|
||||||
rm platform-tools/aapt
|
|
||||||
bin/aapt.exe strip platform-tools/aapt.exe
|
|
||||||
|
|
||||||
rm platform-tools/aidl
|
##############################################################################
|
||||||
bin/aidl.exe strip platform-tools/aidl.exe
|
# Build Tools Component
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
rm platform-tools/dx
|
rm build-tools/${PLATFORM_NAME}/aapt
|
||||||
dalvik/dx/etc/dx.bat platform-tools/dx.bat
|
bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe
|
||||||
|
|
||||||
rm platform-tools/dexdump
|
rm build-tools/${PLATFORM_NAME}/aidl
|
||||||
bin/dexdump.exe strip platform-tools/dexdump.exe
|
bin/aidl.exe strip build-tools/${PLATFORM_NAME}/aidl.exe
|
||||||
|
|
||||||
rm platform-tools/llvm-rs-cc
|
rm build-tools/${PLATFORM_NAME}/dx
|
||||||
bin/llvm-rs-cc.exe strip platform-tools/llvm-rs-cc.exe
|
dalvik/dx/etc/dx.bat build-tools/${PLATFORM_NAME}/dx.bat
|
||||||
|
rm build-tools/${PLATFORM_NAME}/dexdump
|
||||||
|
bin/dexdump.exe strip build-tools/${PLATFORM_NAME}/dexdump.exe
|
||||||
|
|
||||||
|
rm build-tools/${PLATFORM_NAME}/llvm-rs-cc
|
||||||
|
bin/llvm-rs-cc.exe strip build-tools/${PLATFORM_NAME}/llvm-rs-cc.exe
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
##############################################################################
|
||||||
|
# Docs Component
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html
|
external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html
|
||||||
external/sonivox/docs/JET_Authoring_Guidelines_files docs/JetCreator/JET_Authoring_Guidelines_files
|
external/sonivox/docs/JET_Authoring_Guidelines_files docs/JetCreator/JET_Authoring_Guidelines_files
|
||||||
|
|||||||
@@ -33,32 +33,46 @@ development/docs/SDK_RELEASE_NOTES RELEASE_NOTES.html
|
|||||||
# doc redirect
|
# doc redirect
|
||||||
frameworks/base/docs/docs-redirect.html documentation.html
|
frameworks/base/docs/docs-redirect.html documentation.html
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Platform Tools Component
|
# Platform Tools Component
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
|
sdk/files/sdk_files_NOTICE.txt platform-tools/NOTICE.txt
|
||||||
development/sdk/plat_tools_source.properties platform-tools/source.properties
|
development/sdk/plat_tools_source.properties platform-tools/source.properties
|
||||||
|
|
||||||
# host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
|
# host tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
|
||||||
bin/adb strip platform-tools/adb
|
bin/adb strip platform-tools/adb
|
||||||
bin/aapt strip platform-tools/aapt
|
|
||||||
bin/aidl strip platform-tools/aidl
|
|
||||||
bin/fastboot strip platform-tools/fastboot
|
bin/fastboot strip platform-tools/fastboot
|
||||||
bin/llvm-rs-cc strip platform-tools/llvm-rs-cc
|
|
||||||
|
|
||||||
# dx
|
|
||||||
bin/dx platform-tools/dx
|
|
||||||
bin/dexdump platform-tools/dexdump
|
|
||||||
framework/dx.jar platform-tools/lib/dx.jar
|
|
||||||
|
|
||||||
# Framework include for Renderscript
|
|
||||||
frameworks/rs/scriptc platform-tools/renderscript/include
|
|
||||||
external/clang/lib/Headers platform-tools/renderscript/clang-include
|
|
||||||
external/clang/LICENSE.TXT platform-tools/renderscript/clang-include/LICENSE.TXT
|
|
||||||
|
|
||||||
# API database for tools such as lint
|
# API database for tools such as lint
|
||||||
development/sdk/api-versions.xml platform-tools/api/api-versions.xml
|
development/sdk/api-versions.xml platform-tools/api/api-versions.xml
|
||||||
|
|
||||||
|
|
||||||
|
##############################################################################
|
||||||
|
# Build Tools Component
|
||||||
|
##############################################################################
|
||||||
|
# Note that the build-tools sub-folder uses the platform-name as a placeholder
|
||||||
|
# at build-time. Packaging will later change that to the actual build-tools
|
||||||
|
# revision as specified in the source.properties.
|
||||||
|
|
||||||
|
sdk/files/sdk_files_NOTICE.txt build-tools/${PLATFORM_NAME}/NOTICE.txt
|
||||||
|
development/sdk/build_tools_source.properties build-tools/${PLATFORM_NAME}/source.properties
|
||||||
|
|
||||||
|
# build tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
|
||||||
|
bin/aapt strip build-tools/${PLATFORM_NAME}/aapt
|
||||||
|
bin/aidl strip build-tools/${PLATFORM_NAME}/aidl
|
||||||
|
# renderscript (cc + headers)
|
||||||
|
bin/llvm-rs-cc strip build-tools/${PLATFORM_NAME}/llvm-rs-cc
|
||||||
|
frameworks/rs/scriptc build-tools/${PLATFORM_NAME}/renderscript/include
|
||||||
|
external/clang/lib/Headers build-tools/${PLATFORM_NAME}/renderscript/clang-include
|
||||||
|
external/clang/LICENSE.TXT build-tools/${PLATFORM_NAME}/renderscript/clang-include/LICENSE.TXT
|
||||||
|
# dx
|
||||||
|
bin/dx build-tools/${PLATFORM_NAME}/dx
|
||||||
|
framework/dx.jar build-tools/${PLATFORM_NAME}/lib/dx.jar
|
||||||
|
bin/dexdump build-tools/${PLATFORM_NAME}/dexdump
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Platform Component
|
# Platform Component
|
||||||
##############################################################################
|
##############################################################################
|
||||||
@@ -121,6 +135,7 @@ sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/templates/NOTICE.txt
|
|||||||
sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt
|
sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/data/NOTICE.txt
|
||||||
sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt
|
sdk/files/sdk_files_NOTICE.txt platforms/${PLATFORM_NAME}/skins/NOTICE.txt
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# System image Component
|
# System image Component
|
||||||
##############################################################################
|
##############################################################################
|
||||||
@@ -133,6 +148,7 @@ system/build.prop system-images/${PLATFORM_NAME}/${TARG
|
|||||||
|
|
||||||
# Note: the kernel image is handled by sdk-android-<abi>.atree now.
|
# Note: the kernel image is handled by sdk-android-<abi>.atree now.
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Docs Component
|
# Docs Component
|
||||||
##############################################################################
|
##############################################################################
|
||||||
@@ -217,6 +233,7 @@ sdk/files/sdk_files_NOTICE.txt samples/${PLATFORM_NAME}/NOTICE.txt
|
|||||||
# empty add-on folder with just a readme copied from sdk.git
|
# empty add-on folder with just a readme copied from sdk.git
|
||||||
sdk/files/README_add-ons.txt add-ons/README.txt
|
sdk/files/README_add-ons.txt add-ons/README.txt
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Extra Component: Support
|
# Extra Component: Support
|
||||||
##############################################################################
|
##############################################################################
|
||||||
@@ -243,9 +260,11 @@ frameworks/support/v7/gridlayout/res
|
|||||||
frameworks/support/v7/gridlayout/readme extras/android/support/v7/gridlayout/src/.readme
|
frameworks/support/v7/gridlayout/readme extras/android/support/v7/gridlayout/src/.readme
|
||||||
${OUT_DIR}/target/common/obj/PACKAGING/android-support-v7-gridlayout_intermediates/android-support-v7-gridlayout.jar extras/android/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar
|
${OUT_DIR}/target/common/obj/PACKAGING/android-support-v7-gridlayout_intermediates/android-support-v7-gridlayout.jar extras/android/support/v7/gridlayout/libs/android-support-v7-gridlayout.jar
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Tests Component
|
# Tests Component
|
||||||
##############################################################################
|
##############################################################################
|
||||||
framework/layoutlib-tests.jar tests/libtests/layoutlib-tests.jar
|
framework/layoutlib-tests.jar tests/libtests/layoutlib-tests.jar
|
||||||
system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk
|
system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk
|
||||||
system/app/GpsLocationTest.apk tests/emulator-test-apps/GpsLocationTest.apk
|
system/app/GpsLocationTest.apk tests/emulator-test-apps/GpsLocationTest.apk
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ set -e
|
|||||||
|
|
||||||
PROG_DIR=$(dirname $0)
|
PROG_DIR=$(dirname $0)
|
||||||
|
|
||||||
TYPES="tool platform-tool platform sample doc add-on system-image source support"
|
TYPES="tool platform-tool build-tool platform sample doc add-on system-image source support"
|
||||||
OSES="linux macosx windows any linux-x86 darwin"
|
OSES="linux macosx windows any linux-x86 darwin"
|
||||||
|
|
||||||
TMP_DIR=$(mktemp -d -t sdkrepo.tmp.XXXXXXXX)
|
TMP_DIR=$(mktemp -d -t sdkrepo.tmp.XXXXXXXX)
|
||||||
@@ -144,6 +144,7 @@ if [[ "$ROOT" == "sdk-repository" && "$XSD_VERSION" -ge 7 ]] ||
|
|||||||
[[ "$ROOT" == "sdk-addon" && "$XSD_VERSION" -ge 5 ]]; then
|
[[ "$ROOT" == "sdk-addon" && "$XSD_VERSION" -ge 5 ]]; then
|
||||||
FULL_REVISIONS=(
|
FULL_REVISIONS=(
|
||||||
tool revision
|
tool revision
|
||||||
|
build-tool revision
|
||||||
platform-tool revision
|
platform-tool revision
|
||||||
@ min-tools-rev
|
@ min-tools-rev
|
||||||
@ min-platform-tools-rev
|
@ min-platform-tools-rev
|
||||||
@@ -409,3 +410,4 @@ echo "</sdk:$ROOT>" >> "$OUT"
|
|||||||
|
|
||||||
echo "## Validate XML against schema"
|
echo "## Validate XML against schema"
|
||||||
xmllint --schema $SCHEMA "$OUT"
|
xmllint --schema $SCHEMA "$OUT"
|
||||||
|
|
||||||
|
|||||||
@@ -74,6 +74,7 @@ fi
|
|||||||
${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}development/build/sdk-windows-x86.atree \
|
${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}development/build/sdk-windows-x86.atree \
|
||||||
-I $WIN_OUT_DIR/host/windows-x86 \
|
-I $WIN_OUT_DIR/host/windows-x86 \
|
||||||
-I ${TOPDIR:-.} \
|
-I ${TOPDIR:-.} \
|
||||||
|
-v "PLATFORM_NAME=android-$PLATFORM_VERSION" \
|
||||||
-o $TEMP_SDK_DIR
|
-o $TEMP_SDK_DIR
|
||||||
|
|
||||||
# Fix EOL chars to make window users happy - fix all files at the top level
|
# Fix EOL chars to make window users happy - fix all files at the top level
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ SDK_EXTRAS_DEPS += \
|
|||||||
|
|
||||||
|
|
||||||
$(eval $(call mk-sdk-repo-pkg-1,$(HOST_OS),$(MAIN_SDK_ZIP),tools))
|
$(eval $(call mk-sdk-repo-pkg-1,$(HOST_OS),$(MAIN_SDK_ZIP),tools))
|
||||||
|
$(eval $(call mk-sdk-repo-pkg-2,$(HOST_OS),$(MAIN_SDK_ZIP),build-tools))
|
||||||
$(eval $(call mk-sdk-repo-pkg-1,$(HOST_OS),$(MAIN_SDK_ZIP),platform-tools))
|
$(eval $(call mk-sdk-repo-pkg-1,$(HOST_OS),$(MAIN_SDK_ZIP),platform-tools))
|
||||||
$(eval $(call mk-sdk-repo-pkg-1,$(HOST_OS),$(MAIN_SDK_ZIP),docs))
|
$(eval $(call mk-sdk-repo-pkg-1,$(HOST_OS),$(MAIN_SDK_ZIP),docs))
|
||||||
$(eval $(call mk-sdk-repo-pkg-2,$(HOST_OS),$(MAIN_SDK_ZIP),platforms))
|
$(eval $(call mk-sdk-repo-pkg-2,$(HOST_OS),$(MAIN_SDK_ZIP),platforms))
|
||||||
@@ -126,6 +127,7 @@ $(eval $(call mk-sdk-repo-sources,$(HOST_OS),$(MAIN_SDK_ZIP),sources))
|
|||||||
|
|
||||||
SDK_REPO_DEPS += \
|
SDK_REPO_DEPS += \
|
||||||
$(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),tools) \
|
$(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),tools) \
|
||||||
|
$(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),build-tools) \
|
||||||
$(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),platform-tools) \
|
$(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),platform-tools) \
|
||||||
$(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),docs) \
|
$(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),docs) \
|
||||||
$(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),platforms) \
|
$(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),platforms) \
|
||||||
@@ -142,10 +144,12 @@ ifneq ($(WIN_SDK_ZIP),)
|
|||||||
|
|
||||||
# docs, platforms and samples have nothing OS-dependent right now.
|
# docs, platforms and samples have nothing OS-dependent right now.
|
||||||
$(eval $(call mk-sdk-repo-pkg-1,windows,$(WIN_SDK_ZIP),tools))
|
$(eval $(call mk-sdk-repo-pkg-1,windows,$(WIN_SDK_ZIP),tools))
|
||||||
|
$(eval $(call mk-sdk-repo-pkg-2,windows,$(WIN_SDK_ZIP),build-tools))
|
||||||
$(eval $(call mk-sdk-repo-pkg-1,windows,$(WIN_SDK_ZIP),platform-tools))
|
$(eval $(call mk-sdk-repo-pkg-1,windows,$(WIN_SDK_ZIP),platform-tools))
|
||||||
|
|
||||||
SDK_REPO_DEPS += \
|
SDK_REPO_DEPS += \
|
||||||
$(call sdk-repo-pkg-zip,windows,$(WIN_SDK_ZIP),tools) \
|
$(call sdk-repo-pkg-zip,windows,$(WIN_SDK_ZIP),tools) \
|
||||||
|
$(call sdk-repo-pkg-zip,windows,$(WIN_SDK_ZIP),build-tools) \
|
||||||
$(call sdk-repo-pkg-zip,windows,$(WIN_SDK_ZIP),platform-tools)
|
$(call sdk-repo-pkg-zip,windows,$(WIN_SDK_ZIP),platform-tools)
|
||||||
|
|
||||||
endif
|
endif
|
||||||
@@ -165,6 +169,7 @@ SDK_ADDON_XSD := \
|
|||||||
$(TOPDIR)prebuilts/devtools/repository/sdk-addon-*.xsd \
|
$(TOPDIR)prebuilts/devtools/repository/sdk-addon-*.xsd \
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
# -----------------------------------------------------------------
|
# -----------------------------------------------------------------
|
||||||
# Rules for sdk addon
|
# Rules for sdk addon
|
||||||
|
|
||||||
|
|||||||
@@ -87,9 +87,11 @@ $(WIN_SDK_ZIP): winsdk-tools sdk
|
|||||||
$(hide) mkdir -p $(WIN_SDK_DIR)
|
$(hide) mkdir -p $(WIN_SDK_DIR)
|
||||||
$(hide) cp -rf $(MAIN_SDK_DIR)/$(MAIN_SDK_NAME) $(WIN_SDK_DIR)/$(WIN_SDK_NAME)
|
$(hide) cp -rf $(MAIN_SDK_DIR)/$(MAIN_SDK_NAME) $(WIN_SDK_DIR)/$(WIN_SDK_NAME)
|
||||||
$(hide) USB_DRIVER_HOOK=$(USB_DRIVER_HOOK) \
|
$(hide) USB_DRIVER_HOOK=$(USB_DRIVER_HOOK) \
|
||||||
|
PLATFORM_VERSION=$(PLATFORM_VERSION) \
|
||||||
$(TOPDIR)development/build/tools/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
|
$(TOPDIR)development/build/tools/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
|
||||||
$(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(TOPDIR)
|
$(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(TOPDIR)
|
||||||
$(hide) $(TOPDIR)sdk/build/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
|
$(hide) PLATFORM_VERSION=$(PLATFORM_VERSION) \
|
||||||
|
$(TOPDIR)sdk/build/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
|
||||||
$(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(TOPDIR)
|
$(WIN_SDK_DIR)/$(WIN_SDK_NAME) $(OUT_DIR) $(TOPDIR)
|
||||||
$(hide) ( \
|
$(hide) ( \
|
||||||
cd $(WIN_SDK_DIR) && \
|
cd $(WIN_SDK_DIR) && \
|
||||||
|
|||||||
3
sdk/build_tools_source.properties
Normal file
3
sdk/build_tools_source.properties
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
Pkg.UserSrc=false
|
||||||
|
Pkg.Revision=16.0.3
|
||||||
|
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
Pkg.UserSrc=false
|
Pkg.UserSrc=false
|
||||||
Pkg.Revision=16.0.2
|
Pkg.Revision=16.0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user