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

Unified Diff: build/android/AndroidManifest.xml

Issue 2827923002: Change dummy package name so it doesn't include a reserved word. (Closed)
Patch Set: Rename the rest of the occurrences. Created 3 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 | build/android/gradle/android.jinja » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/AndroidManifest.xml
diff --git a/build/android/AndroidManifest.xml b/build/android/AndroidManifest.xml
index 2c469aa01aac67ea06f747a5dc5d5f4ba206c883..5439a5ab08aec5299cadb7ac59b3936d67322bf2 100644
--- a/build/android/AndroidManifest.xml
+++ b/build/android/AndroidManifest.xml
@@ -13,7 +13,7 @@
be kept up to date.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="dummy.package">
+ package="org.dummy">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="24" />
« no previous file with comments | « no previous file | build/android/gradle/android.jinja » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698