diff --git a/build/tools/mk_sdk_repo_xml.sh b/build/tools/mk_sdk_repo_xml.sh index 496ee6c84..3220d45ec 100755 --- a/build/tools/mk_sdk_repo_xml.sh +++ b/build/tools/mk_sdk_repo_xml.sh @@ -6,7 +6,7 @@ set -e PROG_DIR=$(dirname $0) -TYPES="tool platform-tool platform sample doc add-on" +TYPES="tool platform-tool platform sample doc add-on system-image" OSES="linux macosx windows any linux-x86 darwin" TMP_DIR=$(mktemp -d -t sdkrepo.tmp.XXXXXXXX) @@ -151,7 +151,7 @@ function output_attributes() { while [[ -n "$1" ]]; do # Process archives. - # First we expect a type. For conveniency the type can be plural. + # First we expect a type. For convenience the type can be plural. TYPE=$(check_enum "${1%%s}" $TYPES) [[ -z $TYPE ]] && error "Unknown archive type '$1'." shift diff --git a/build/tools/sdk_repo.mk b/build/tools/sdk_repo.mk index c709502b2..c49eefb48 100644 --- a/build/tools/sdk_repo.mk +++ b/build/tools/sdk_repo.mk @@ -67,7 +67,7 @@ $(eval $(call mk-sdk-repo-pkg-1,windows,$(WIN_SDK_ZIP),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),tools) \ $(call sdk-repo-pkg-zip,windows,$(WIN_SDK_ZIP),platform-tools) endif @@ -82,6 +82,7 @@ $(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)) $(eval $(call mk-sdk-repo-pkg-2,$(HOST_OS),$(MAIN_SDK_ZIP),samples)) +$(eval $(call mk-sdk-repo-pkg-2,$(HOST_OS),$(MAIN_SDK_ZIP),system-images)) SDK_REPO_DEPS += \ $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),tools) \ @@ -89,6 +90,7 @@ SDK_REPO_DEPS += \ $(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),samples) \ + $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),system-images) endif diff --git a/sdk/images_armeabi-v7a_source.properties b/sdk/images_armeabi-v7a_source.properties index 50d4054ef..aa7d1aab4 100644 --- a/sdk/images_armeabi-v7a_source.properties +++ b/sdk/images_armeabi-v7a_source.properties @@ -1,7 +1,6 @@ Pkg.Desc=Android SDK Platform 4.0 Pkg.UserSrc=false -Platform.Version=4.0 Pkg.Revision=1 AndroidVersion.ApiLevel=14 -SystemImage.Abi=armeabi-v7a #AndroidVersion.CodeName= +SystemImage.Abi=armeabi-v7a diff --git a/sdk/images_armeabi_source.properties b/sdk/images_armeabi_source.properties index 06cf392d1..192ecde69 100644 --- a/sdk/images_armeabi_source.properties +++ b/sdk/images_armeabi_source.properties @@ -1,7 +1,6 @@ Pkg.Desc=Android SDK Platform 4.0 Pkg.UserSrc=false -Platform.Version=4.0 Pkg.Revision=1 AndroidVersion.ApiLevel=14 -SystemImage.Abi=armeabi #AndroidVersion.CodeName= +SystemImage.Abi=armeabi diff --git a/sdk/images_x86_source.properties b/sdk/images_x86_source.properties index 199f5c549..caccb2d78 100644 --- a/sdk/images_x86_source.properties +++ b/sdk/images_x86_source.properties @@ -1,7 +1,6 @@ Pkg.Desc=Android SDK Platform 4.0 Pkg.UserSrc=false -Platform.Version=4.0 Pkg.Revision=1 AndroidVersion.ApiLevel=14 -SystemImage.Abi=x86 #AndroidVersion.CodeName= +SystemImage.Abi=x86 diff --git a/sdk/platform_source.properties b/sdk/platform_source.properties index 356fc9704..8d64c7363 100644 --- a/sdk/platform_source.properties +++ b/sdk/platform_source.properties @@ -1,6 +1,6 @@ Pkg.Desc=Android SDK Platform 4.0 Pkg.UserSrc=false -Platform.IncludedAbi=armeabi +#Platform.IncludedAbi= #sys-img is not bundled in platform Platform.Version=4.0 Pkg.Revision=1 Layoutlib.Api=4