Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(637)

Unified Diff: tools/bots/run_android_tests.sh

Issue 2346163005: Remove package root target and support scripts (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | tools/dartium/build.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/run_android_tests.sh
diff --git a/tools/bots/run_android_tests.sh b/tools/bots/run_android_tests.sh
index 4b0509495ea3f61a661a49ef1a1dd2064328892f..2d37474b55dcaae8fd2b79da5e0baaa24b3fd94d 100755
--- a/tools/bots/run_android_tests.sh
+++ b/tools/bots/run_android_tests.sh
@@ -12,8 +12,6 @@ set -v
set -x
cd src
ninja -C out/Release forwarder2
-ninja -C out/Release pkg_packages
-cp -R out/Release/packages out/ReleaseARM
export PATH=$PATH:third_party/android_tools/sdk/platform-tools/\
:third_party/android_tools/sdk/tools/
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | tools/dartium/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698