History log of /external/skia/gn/push_to_android.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a005acc036f8772cb6537b71d366825653888636 12-Jan-2017 Mike Klein <mtklein@chromium.org> skia_android_serial = "auto"

Handy if you only have one device plugged in at a time.

Note that when used, this makes GN treat all devices' serial numbers as "auto", so it won't re-push if you swap devices until you change the binary that's being pushed.

Change-Id: I1f72133d6d8c4b5569734f191d414088e0b41f06
Reviewed-on: https://skia-review.googlesource.com/6948
Commit-Queue: Mike Klein <mtklein@chromium.org>
Reviewed-by: Derek Sollenberger <djsollen@google.com>
/external/skia/gn/push_to_android.py
7d92103f9ebed04c54f4ec8636f98dc0e4fc3056 05-Jan-2017 Mike Klein <mtklein@chromium.org> GN: add skia_android_serial and push_$foo targets when it's set

E.g.
$ ninja -C out push_dm

By default (ninja -C out) everything is built and pushed if skia_android_serial
is set. Dependencies are tracked, so incremental builds push only executables
that have changed.

Change-Id: I586d81791f5f877b173cf61ed68fa9aab96234d2
Reviewed-on: https://skia-review.googlesource.com/6616
Reviewed-by: Derek Sollenberger <djsollen@google.com>
Commit-Queue: Mike Klein <mtklein@chromium.org>
/external/skia/gn/push_to_android.py