aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2016-06-15 14:20:07 -0700
committerTrevor Johns <trevorjohns@google.com>2016-06-15 14:20:07 -0700
commit4d25faaf167d4c10875df69e4f112115fddb1958 (patch)
treef0bf69f07995cd64e6685bd895573aa73a2e57f6
parentb7295788f0cad739069fd8058a2af542e174047f (diff)
downloadandroid-4d25faaf167d4c10875df69e4f112115fddb1958.tar.gz
samples: Add 'assembleDebug' as a task in global build.gradle
Used for validating that samples build without running the full 'build' target (which will also fail on linter errors). Change-Id: I76556fe40fcdd6b6466e0240bde283b81d2266c8
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index b84829d1..58dbf131 100644
--- a/build.gradle
+++ b/build.gradle
@@ -121,6 +121,7 @@ List<String> samples = [
List<String> taskNames = [
"clean",
"refresh",
+ "assembleDebug",
"build",
"emitAnt",
"emitGradle",