aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-10-05 10:56:03 -0700
committerXavier Ducrohet <xav@android.com>2012-10-05 17:59:45 -0700
commitdc71ab2627ac4f4f8843dd0d5a1d84ac0f04662d (patch)
tree77c79f6230302df67176b79f4d616a1c3e9f449b /.gitignore
parentd14ea2c706561925d45feb30a1b57732bcefc383 (diff)
downloadbuild-dc71ab2627ac4f4f8843dd0d5a1d84ac0f04662d.tar.gz
Support compile config for flavors and build types.
Read dependency graph and create list of JarDependency and AndroidDependency for each configuration. Set Jars and AndroidDependency on each VariantConfig object. Add a AndroidDependency report task (called androidDependency) The prepareDependenciesTask will prepare the same artifact multiple time if it's used by different variants and they are all built. This will be fixed in the next patch. Change-Id: I4f11565c3629a54f022ecc82f81d4900ef2bd0c9
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9ad1507..ae85b59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,7 @@ testapps/*/build
testapps/multiproject/*/build
testapps/tictactoe/*/build
testapps/applibtest/*/build
+testapps/flavorlib/*/build
testapps/libsTest/*/build
testapps/repo/*/build
/repo