Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Unified Diff: build/android/rezip/RezipApk.java

Issue 1948033005: Rename MintingExample.template.apk to WebApk.template.apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apk_minter/src/org/chromium/apkminter/APKMinting.java ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/rezip/RezipApk.java
diff --git a/build/android/rezip/RezipApk.java b/build/android/rezip/RezipApk.java
index 9e4c42bb9046830221430a6de91f6465e368dc44..5aef2cde2f2628cd682c53b96800aba4938fc9a2 100644
--- a/build/android/rezip/RezipApk.java
+++ b/build/android/rezip/RezipApk.java
@@ -307,7 +307,7 @@ class RezipApk {
for (JarEntry inEntry : entries) {
// Rename files, if specied.
String name = outputName(inEntry, rename);
- if (name.endsWith(".apk") && !name.endsWith("MintingExample.template.apk")) {
+ if (name.endsWith(".apk") && !name.endsWith("WebApk.template.apk")) {
throw new UnsupportedOperationException(
"Nested APKs are not supported: " + name);
}
« no previous file with comments | « apk_minter/src/org/chromium/apkminter/APKMinting.java ('k') | chrome/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698