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

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

Issue 2697313004: Android: Cache android studio project entries (Closed)
Patch Set: Rebase and avoid error logs 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 | build/android/gradle/generate_gradle.py » ('j') | build/android/gradle/generate_gradle.py » ('J')
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 f944e9a13ef7fd2cedd5a376e2a283b27a376fbe..2ffffaabb3ffe7078254f97341c851d0dc8e4650 100644
--- a/build/android/gradle/android.jinja
+++ b/build/android/gradle/android.jinja
@@ -79,11 +79,9 @@ afterEvaluate {
def tasksToDisable = tasks.findAll {
return (it.name.equals('generateDebugSources') // causes unwanted AndroidManifest.java
|| it.name.equals('generateReleaseSources')
-{% if not use_gradle_process_resources %}
- || it.name.endsWith('Assets')
-{% endif %}
|| it.name.endsWith('BuildConfig') // causes unwanted BuildConfig.java
{% if not use_gradle_process_resources %}
+ || it.name.endsWith('Assets')
|| it.name.endsWith('Resources')
|| it.name.endsWith('ResValues')
{% endif %}
« no previous file with comments | « no previous file | build/android/gradle/generate_gradle.py » ('j') | build/android/gradle/generate_gradle.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698