Merge "Added sdk copy parameters for fastdeploy files"

This commit is contained in:
Idries Hamadi
2018-09-06 15:32:47 +00:00
committed by Gerrit Code Review
2 changed files with 7 additions and 2 deletions

View File

@@ -32,10 +32,10 @@ PRODUCT_PACKAGES += \
adb \ adb \
aidl \ aidl \
apksigner \ apksigner \
zipalign \
bcc_compat \ bcc_compat \
bios.bin \ bios.bin \
commons-compress-1.0 \ commons-compress-1.0 \
deployagent \
dexdump \ dexdump \
dmtracedump \ dmtracedump \
dx \ dx \
@@ -48,4 +48,5 @@ PRODUCT_PACKAGES += \
llvm-rs-cc \ llvm-rs-cc \
sqlite3 \ sqlite3 \
vgabios-cirrus.bin \ vgabios-cirrus.bin \
split-select split-select \
zipalign

View File

@@ -54,6 +54,10 @@ bin/dmtracedump strip platform-tools/dmtracedump
bin/etc1tool strip platform-tools/etc1tool bin/etc1tool strip platform-tools/etc1tool
bin/hprof-conv strip platform-tools/hprof-conv bin/hprof-conv strip platform-tools/hprof-conv
# fastdeploy
system/framework/deployagent.jar platform-tools/deployagent.jar
system/bin/deployagent platform-tools/deployagent
framework/deploypatchgenerator.jar platform-tools/deploypatchgenerator.jar
# systrace # systrace
external/chromium-trace/catapult/ platform-tools/systrace/catapult/ external/chromium-trace/catapult/ platform-tools/systrace/catapult/