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

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

Issue 2837863002: Android: Remove apk modules for Android Studio (Closed)
Patch Set: Update docs. 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/generate_gradle.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 850f2fb3cd1e6eb34246f08ffc5d6076e3f45efd..7d5752b8632524ceb52cf8dbce5e8233ed5d3330 100644
--- a/build/android/gradle/android.jinja
+++ b/build/android/gradle/android.jinja
@@ -4,7 +4,9 @@
{% macro expand_sourceset(variables, prefix) %}
{% if variables is defined %}
{{ prefix }} {
+{% if variables.android_manifest is defined %}
manifest.srcFile "{{ variables.android_manifest }}"
+{% endif %}
{% if variables.java_dirs is defined %}
java.srcDirs = [
{% for path in variables.java_dirs %}
« no previous file with comments | « no previous file | build/android/gradle/generate_gradle.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698