Support parallel build and install in on-device apk scripts.
authorJarkko Pöyry <jpoyry@google.com>
Fri, 12 Dec 2014 02:22:05 +0000 (18:22 -0800)
committerJarkko Pöyry <jpoyry@google.com>
Wed, 24 Dec 2014 03:09:18 +0000 (19:09 -0800)
commit842a87c8cfd9eb5321eccd22c0f2def118d79b88
treefac807eaca5595c4d676a3045282e10af59d41fe
parent4802da20fb8ad7b2dc4ac42a726d56a9e79206eb
Support parallel build and install in on-device apk scripts.

Add -p flag to build.py to build native libs in parallel. Add -p
flag to install.py to install to multiple devices in parallel.

Change-Id: I042de5eae321e61455d330949c7f07577725ba15
android/scripts/build.py
android/scripts/common.py
android/scripts/install.py