aboutsummaryrefslogtreecommitdiffstats
path: root/layoutlib_api
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 /layoutlib_api
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 'layoutlib_api')
-rw-r--r--layoutlib_api/build.gradle3
-rw-r--r--layoutlib_api/src/com/android/ide/common/rendering/api/SessionParams.java9
2 files changed, 4 insertions, 8 deletions
diff --git a/layoutlib_api/build.gradle b/layoutlib_api/build.gradle
index 24e1a65..82a2af4 100644
--- a/layoutlib_api/build.gradle
+++ b/layoutlib_api/build.gradle
@@ -14,7 +14,8 @@ def getVersion() {
}
version = getVersion()
-archivesBaseName = 'layoutlib_api'
+group = 'com.android.tools.layoutlib'
+archivesBaseName = 'layoutlib-api'
sourceSets {
main {
diff --git a/layoutlib_api/src/com/android/ide/common/rendering/api/SessionParams.java b/layoutlib_api/src/com/android/ide/common/rendering/api/SessionParams.java
index f440de1..709207e 100644
--- a/layoutlib_api/src/com/android/ide/common/rendering/api/SessionParams.java
+++ b/layoutlib_api/src/com/android/ide/common/rendering/api/SessionParams.java
@@ -60,17 +60,12 @@ public class SessionParams extends RenderParams {
* layout file.
* @param renderingMode The rendering mode.
* @param projectKey An Object identifying the project. This is used for the cache mechanism.
- * @param screenWidth the screen width
- * @param screenHeight the screen height
- * @param density the density factor for the screen.
- * @param xdpi the screen actual dpi in X
- * @param ydpi the screen actual dpi in Y
- * @param renderResources a {@link RenderResources} object providing access to the resources.
+ * @param hardwareConfig the {@link HardwareConfig}.
+ * @param renderResources a {@link RenderResources} object providing access to the resources.
* @param projectCallback The {@link IProjectCallback} object to get information from
* the project.
* @param minSdkVersion the minSdkVersion of the project
* @param targetSdkVersion the targetSdkVersion of the project
- * @param softwareButtons whether the device use software buttons
* @param log the object responsible for displaying warning/errors to the user.
*/
public SessionParams(