| Index: webapk/shell_apk/BUILD.gn
|
| diff --git a/webapk/shell_apk/BUILD.gn b/webapk/shell_apk/BUILD.gn
|
| index 5c1550848c0cce14ab98f5cc0c2d887cd9fc9e9c..8f242385a3b917cbd509cd421750f87d9b832470 100644
|
| --- a/webapk/shell_apk/BUILD.gn
|
| +++ b/webapk/shell_apk/BUILD.gn
|
| @@ -54,7 +54,10 @@ android_library("dex_loader_lib") {
|
| java_files = [ "src/org/chromium/webapk/shell_apk/DexLoader.java" ]
|
| }
|
|
|
| -android_apk("shell_apk") {
|
| +# Template for WebAPK. When a WebAPK is generated:
|
| +# - Android manifest is customized to the website.
|
| +# - App icon is extracted from the website and added to the APK's resources.
|
| +android_apk("webapk") {
|
| android_manifest = shell_apk_manifest
|
| apk_name = "MintingExample.$manifest_package_minting_origin"
|
| native_lib_placeholders = [ "libfoo.so" ]
|
|
|