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

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

Issue 2699663004: Do not enforce unique package name in gradle projects. (Closed)
Patch Set: Created 3 years, 10 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/android/gradle/android.jinja
diff --git a/build/android/gradle/android.jinja b/build/android/gradle/android.jinja
index 385d999db0f0c940e28e0c1d4e25d35e3be4732c..34640aa0b4e295a52e1924d0017cb99de76e48c7 100644
--- a/build/android/gradle/android.jinja
+++ b/build/android/gradle/android.jinja
@@ -40,6 +40,8 @@ android {
compileSdkVersion {{ compile_sdk_version }}
buildToolsVersion "{{ build_tools_version }}"
publishNonDefault true
+ // Multiple targets use the package name "dummy.package"
+ enforceUniquePackageName false
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
« 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