[Android WebAPK] Do not upload {{use_new_splash}} AndroidManifest.xml code to build bucket 6/X
https://chromium-review.googlesource.com/c/chromium/src/+/1253206 made WebApk.apk and NewSplashWebApk.apk use the same AndroidManifest.xml template. In doing so, the CL caused the NewSplashWebApk.apk-specific-code in AndroidManifest.xml to be uploaded to the WebAPK server. This CL changes the "webapk_tmpl" GN template to run pystache twice. Pass #1 to generate AndroidManifest.xml to be uploaded to the WebAPK server. Fields which cannot be customized by the WebAPK server on a per-site basis are filled in. Pass #2 fills in the remaining fields to generate AndroidManifest.xml for the test APK (WebApk.apk, NewSplahWebAPk.apk). These APKs are for local testing and are not uploaded to the WebAPK server. BUG=817263 Change-Id: I3d4849d122195ba2e3d82bfb7bb5661dd765e3f7 Reviewed-on: https://chromium-review.googlesource.com/c/1279953 Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Reviewed-by:agrieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#602411}
Showing
Please register or sign in to comment