Add split-select tool to SDK build.
Change-Id: I3889cb62587cdd8479cd91cee2412703f90cd91c
This commit is contained in:
@@ -44,4 +44,5 @@ PRODUCT_PACKAGES += \
|
||||
layoutlib-tests \
|
||||
llvm-rs-cc \
|
||||
sqlite3 \
|
||||
vgabios-cirrus.bin
|
||||
vgabios-cirrus.bin \
|
||||
split-select
|
||||
|
||||
@@ -61,6 +61,9 @@ bin/etc1tool.exe strip platform-tools/etc1tool.exe
|
||||
rm build-tools/${PLATFORM_NAME}/aapt
|
||||
bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe
|
||||
|
||||
rm build-tools/${PLATFORM_NAME}/split-select
|
||||
bin/split-select.exe strip build-tools/${PLATFORM_NAME}/split-select.exe
|
||||
|
||||
rm build-tools/${PLATFORM_NAME}/aidl
|
||||
bin/aidl.exe strip build-tools/${PLATFORM_NAME}/aidl.exe
|
||||
|
||||
|
||||
@@ -79,6 +79,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/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
|
||||
|
||||
# renderscript (cc + headers)
|
||||
|
||||
@@ -41,6 +41,7 @@ WIN_TARGETS := \
|
||||
prebuilt \
|
||||
sqlite3 \
|
||||
zipalign \
|
||||
split-select \
|
||||
$(WIN_SDK_TARGETS)
|
||||
|
||||
# This is the list of *Linux* build tools that we need
|
||||
|
||||
@@ -9740,6 +9740,7 @@ Notices for file(s):
|
||||
/bin/dexdump
|
||||
/bin/dx
|
||||
/bin/jasmin
|
||||
/bin/split-select
|
||||
/framework/android-mock-generatorlib.jar
|
||||
/framework/jasmin.jar
|
||||
/lib/lib64cutils.a
|
||||
|
||||
Reference in New Issue
Block a user