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

Unified Diff: build/java_apk.gypi

Issue 13945019: [Android] Fix managed install. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_apk.gypi
diff --git a/build/java_apk.gypi b/build/java_apk.gypi
index a051a03436636575fe7c3bb9db5d93ba70a0e644..85217422475f11e3608526633d1a3d5014fa5269 100644
--- a/build/java_apk.gypi
+++ b/build/java_apk.gypi
@@ -332,7 +332,7 @@
'<(final_apk_path)',
],
'outputs': [
- '<(apk_install_stamp)'
+ '<(apk_install_stamp)',
# If a user switches the connected device, the APK may need to be
# installed even if there have been no changes. To ensure that the
# APK on the device is always up-to-date, this step should always
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698