SDK: Generate build-tools package.
(cherry-picked from bc7c8c5fc5)
Change-Id: I36e9ee9a9486da18704428ce5225934a6a308029
This commit is contained in:
committed by
Raphael Moll
parent
a7a51a397e
commit
9ca69cf21f
@@ -26,6 +26,10 @@
|
||||
# are controled by sdk/build/tools.windows.atree.
|
||||
#
|
||||
|
||||
##############################################################################
|
||||
# Platform Tools Component
|
||||
##############################################################################
|
||||
|
||||
rm platform-tools/adb
|
||||
rm platform-tools/fastboot
|
||||
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/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
|
||||
dalvik/dx/etc/dx.bat platform-tools/dx.bat
|
||||
rm build-tools/${PLATFORM_NAME}/aapt
|
||||
bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe
|
||||
|
||||
rm platform-tools/dexdump
|
||||
bin/dexdump.exe strip platform-tools/dexdump.exe
|
||||
rm build-tools/${PLATFORM_NAME}/aidl
|
||||
bin/aidl.exe strip build-tools/${PLATFORM_NAME}/aidl.exe
|
||||
|
||||
rm platform-tools/llvm-rs-cc
|
||||
bin/llvm-rs-cc.exe strip platform-tools/llvm-rs-cc.exe
|
||||
rm build-tools/${PLATFORM_NAME}/dx
|
||||
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_files docs/JetCreator/JET_Authoring_Guidelines_files
|
||||
|
||||
@@ -33,6 +33,7 @@ development/docs/SDK_RELEASE_NOTES RELEASE_NOTES.html
|
||||
# doc redirect
|
||||
frameworks/base/docs/docs-redirect.html documentation.html
|
||||
|
||||
|
||||
##############################################################################
|
||||
# Platform Tools Component
|
||||
##############################################################################
|
||||
@@ -42,24 +43,36 @@ 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/aapt strip platform-tools/aapt
|
||||
bin/aidl strip platform-tools/aidl
|
||||
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
|
||||
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
|
||||
##############################################################################
|
||||
@@ -122,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}/skins/NOTICE.txt
|
||||
|
||||
|
||||
##############################################################################
|
||||
# System image Component
|
||||
##############################################################################
|
||||
@@ -134,6 +148,7 @@ system/build.prop system-images/${PLATFORM_NAME}/${TARG
|
||||
|
||||
# Note: the kernel image is handled by sdk-android-<abi>.atree now.
|
||||
|
||||
|
||||
##############################################################################
|
||||
# Docs Component
|
||||
##############################################################################
|
||||
@@ -218,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
|
||||
sdk/files/README_add-ons.txt add-ons/README.txt
|
||||
|
||||
|
||||
##############################################################################
|
||||
# Extra Component: Support
|
||||
##############################################################################
|
||||
@@ -270,3 +286,4 @@ development/samples/Support7Demos
|
||||
framework/layoutlib-tests.jar tests/libtests/layoutlib-tests.jar
|
||||
system/app/ConnectivityTest.apk tests/emulator-test-apps/ConnectivityTest.apk
|
||||
system/app/GpsLocationTest.apk tests/emulator-test-apps/GpsLocationTest.apk
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ set -e
|
||||
|
||||
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"
|
||||
|
||||
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
|
||||
FULL_REVISIONS=(
|
||||
tool revision
|
||||
build-tool revision
|
||||
platform-tool revision
|
||||
@ min-tools-rev
|
||||
@ min-platform-tools-rev
|
||||
@@ -409,3 +410,4 @@ echo "</sdk:$ROOT>" >> "$OUT"
|
||||
|
||||
echo "## Validate XML against schema"
|
||||
xmllint --schema $SCHEMA "$OUT"
|
||||
|
||||
|
||||
@@ -74,6 +74,7 @@ fi
|
||||
${TOPDIR}out/host/linux-x86/bin/atree -f ${TOPDIR}development/build/sdk-windows-x86.atree \
|
||||
-I $WIN_OUT_DIR/host/windows-x86 \
|
||||
-I ${TOPDIR:-.} \
|
||||
-v "PLATFORM_NAME=android-$PLATFORM_VERSION" \
|
||||
-o $TEMP_SDK_DIR
|
||||
|
||||
# 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-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),docs))
|
||||
$(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 += \
|
||||
$(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),docs) \
|
||||
$(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.
|
||||
$(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))
|
||||
|
||||
SDK_REPO_DEPS += \
|
||||
$(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)
|
||||
|
||||
endif
|
||||
|
||||
@@ -87,9 +87,11 @@ $(WIN_SDK_ZIP): winsdk-tools sdk
|
||||
$(hide) mkdir -p $(WIN_SDK_DIR)
|
||||
$(hide) cp -rf $(MAIN_SDK_DIR)/$(MAIN_SDK_NAME) $(WIN_SDK_DIR)/$(WIN_SDK_NAME)
|
||||
$(hide) USB_DRIVER_HOOK=$(USB_DRIVER_HOOK) \
|
||||
PLATFORM_VERSION=$(PLATFORM_VERSION) \
|
||||
$(TOPDIR)development/build/tools/patch_windows_sdk.sh $(subst @,-q,$(hide)) \
|
||||
$(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)
|
||||
$(hide) ( \
|
||||
cd $(WIN_SDK_DIR) && \
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
Pkg.UserSrc=false
|
||||
Pkg.Revision=17.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user