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

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

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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 | « build/android/pylib/utils/md5sum_test.py ('k') | build/android/screenshot.py » ('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 b4285cd45ae3389ba13a0fdacbbd9090e16f91f6..43d75447c8f5f27011d96a32f0bf359a58f495d5 100644
--- a/build/android/rezip/RezipApk.java
+++ b/build/android/rezip/RezipApk.java
@@ -323,7 +323,7 @@ class RezipApk {
throw new UnsupportedOperationException(
"Found more than one library\n"
+ "Multiple libraries are not supported for APKs that use "
- + "'load_library_from_zip_file'.\n"
+ + "'load_library_from_zip'.\n"
+ "See crbug/388223.\n"
+ "Note, check that your build is clean.\n"
+ "An unclean build can incorrectly incorporate old "
« no previous file with comments | « build/android/pylib/utils/md5sum_test.py ('k') | build/android/screenshot.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698