DescriptionAllow the build to install apks
Add a gyp variable "android_managed_install" which defaults to off/0.
When this variable is 1, building an apk target will install that
target.
This will allow us to do crazy things with the install like pushing
native libraries independent from the apk they belong to.
This currently just does an "adb install -r <(apk_path)". I.e. it only
works for (the typical) single device attached workflow. This could
be made configurable to handle other cases (or maybe just install to all
devices attached, or just to the first device).
BUG=158821
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=191840
Patch Set 1 #
Total comments: 6
Patch Set 2 : Rebase #Patch Set 3 : android_managed_install --> gyp_managed_install #Patch Set 4 : Rebase #Patch Set 5 : #
Messages
Total messages: 8 (0 generated)
|