Lines Matching +full:android +full:- +full:variables
2 {# Use of this source code is governed by a BSD-style license that can be #}
4 {% macro expand_sourceset(variables, prefix) %}
5 {% if variables is defined %}
7 {% if variables.android_manifest is defined %}
8 manifest.srcFile "{{ variables.android_manifest }}"
10 {% if variables.java_dirs is defined %}
12 {% for path in variables.java_dirs %}
17 {% if variables.java_excludes is defined %}
19 {% for path in variables.java_excludes %}
24 {% if variables.jni_libs is defined %}
26 {% for path in variables.jni_libs %}
31 {% if variables.res_dirs is defined %}
33 {% for path in variables.res_dirs %}
41 // Generated by //build/android/generate_gradle.py
44 apply plugin: "com.android.library"
46 apply plugin: "com.android.application"
49 android {
112 tasksToDisable.each { Task task ->