Merge "Add AAPT2 to SDK build" into nyc-dev

This commit is contained in:
Adam Lesinski
2016-03-11 21:33:50 +00:00
committed by Android (Google) Code Review
3 changed files with 6 additions and 1 deletions

View File

@@ -28,6 +28,7 @@
# Host tools and java libraries that are parts of the SDK.
PRODUCT_PACKAGES += \
aapt \
aapt2 \
adb \
aidl \
zipalign \

View File

@@ -84,6 +84,7 @@ development/sdk/build_tools_runtime.properties build-tools/${PLATFORM_NAME}/runt
# build tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
bin/aapt strip build-tools/${PLATFORM_NAME}/aapt
bin/aapt2 strip build-tools/${PLATFORM_NAME}/aapt2
bin/aidl strip build-tools/${PLATFORM_NAME}/aidl
bin/split-select strip build-tools/${PLATFORM_NAME}/split-select
bin/zipalign strip build-tools/${PLATFORM_NAME}/zipalign

View File

@@ -28,7 +28,10 @@ include $(TOPDIR)sdk/build/windows_sdk_tools.mk
# Windows executables. All the targets specified here are located in
# the topdir/development directory and are somehow platform-dependent.
WIN_TARGETS := \
aapt adb aidl \
aapt \
aapt2 \
adb \
aidl \
aprotoc \
bcc_compat \
clang \