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

Unified Diff: build/android/gradle/android.jinja

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 | « build/android/AndroidManifest.xml ('k') | build/android/gyp/process_resources.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gradle/android.jinja
diff --git a/build/android/gradle/android.jinja b/build/android/gradle/android.jinja
index 197f98f298c2f01e416212578fcc1240254b6cf1..c817f4fa34e883e162f9c466976918c8b5f04049 100644
--- a/build/android/gradle/android.jinja
+++ b/build/android/gradle/android.jinja
@@ -42,7 +42,7 @@ android {
compileSdkVersion "{{ compile_sdk_version }}"
buildToolsVersion "{{ build_tools_version }}"
publishNonDefault true
- // Multiple targets use the package name "dummy.package"
+ // Multiple targets use the package name "org.dummy"
enforceUniquePackageName false
compileOptions {
« no previous file with comments | « build/android/AndroidManifest.xml ('k') | build/android/gyp/process_resources.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698