aboutsummaryrefslogtreecommitdiffstats
path: root/device_validator
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2012-10-19 14:48:42 -0700
committerXavier Ducrohet <xav@android.com>2012-10-19 16:14:05 -0700
commit677ccee3ffa11c71942f3e2bf59e0981aeaac5ea (patch)
treefe586f8e94efa9f583d6a1e362d22d1e3f53e006 /device_validator
parent7a359895f07d5e6e508bb8b8502f5fd52d69e979 (diff)
downloadsdk-677ccee3ffa11c71942f3e2bf59e0981aeaac5ea.zip
sdk-677ccee3ffa11c71942f3e2bf59e0981aeaac5ea.tar.gz
sdk-677ccee3ffa11c71942f3e2bf59e0981aeaac5ea.tar.bz2
Update maven artifacts and add lint.
Updated the groupId of most artifacts to be more reflective of their sub-projects status in the SDK tools. Added lint artifacts. Change-Id: I900a165647a9b7d3c55b473f63c4ca4469762d7b
Diffstat (limited to 'device_validator')
-rw-r--r--device_validator/dvlib/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/device_validator/dvlib/build.gradle b/device_validator/dvlib/build.gradle
index 0681e75..0486fa6 100644
--- a/device_validator/dvlib/build.gradle
+++ b/device_validator/dvlib/build.gradle
@@ -11,6 +11,7 @@ def getVersion() {
}
version = getVersion()
+group = 'com.android.tools'
archivesBaseName = 'dvlib'
sourceSets {