Android: Provide App Bundle wrapper scripts |
||
Issue descriptionIt is now possible to generate Android app bundles with the Chrome build system, but the result still requires manual steps for installation / launching / debugging etc. A wrapper script, similar to out/Release/bin/chrome_public_apk should be provided to operate on bundles, i.e. something like: out/Release/bin/chrome_public_bundle. chrome_public_apk is a small wrapper that invokes the apk_operations.py Python script, which provides many useful features related to APKs. Similarly, we need a bundle_operations.py generic Python script that can provide useful features for bundles, or modify apk_operations.py to support bundles as well (which seems slightly more difficult though).
,
Jul 25
,
Jul 25
The following revision refers to this bug: https://chrome-internal.googlesource.com/clank/internal/apps/+/75d5eccf8963ed5e4ad7546874e9c00d06778743 commit 75d5eccf8963ed5e4ad7546874e9c00d06778743 Author: David 'Digit' Turner <digit@google.com> Date: Wed Jul 25 13:49:47 2018 |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Jul 25