Skip to content

Commit

Permalink
prebuilts/cmsdk: Bump for aar artifact.
Browse files Browse the repository at this point in the history
TICKET: CYNGNOS-2305
Change-Id: Ie35a886cae6cd5b25d021c9532b43820ad696c7a
  • Loading branch information
Adnan Begovic committed Apr 12, 2016
1 parent 5c12918 commit 923f923
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions future/Android.mk
Expand Up @@ -22,15 +22,15 @@ LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_MODULE_TAGS := optional

#Optional copy to local path, we'll build the module, copy it here, and publish from here.
LOCAL_MAVEN_ARTIFACT_PATH := $(LOCAL_PATH)/org.cyanogenmod.platform.sdk.jar
LOCAL_MAVEN_ARTIFACT_PATH := $(LOCAL_PATH)/org.cyanogenmod.platform.sdk.aar

#Remote details
LOCAL_MAVEN_REPO_ID := remote-repository
LOCAL_MAVEN_REPO := https://oss.sonatype.org/content/repositories/snapshots
LOCAL_MAVEN_CLASSIFICATION := $(VARIANT)Release

#This is the target module to compile prior to publish
LOCAL_MAVEN_TARGET_MODULE := org.cyanogenmod.platform.sdk.jar
LOCAL_MAVEN_TARGET_MODULE := org.cyanogenmod.platform.sdk.aar
LOCAL_MAVEN_POM := $(LOCAL_PATH)/pom.xml

include $(PUBLISH_MAVEN_PREBUILT)
6 changes: 3 additions & 3 deletions future/README.md
Expand Up @@ -6,6 +6,6 @@ available in a future release.

Incremented with new future release <br />
Current Baseline API level: 5 <br />
Last update: Fri Apr 08 2016 13:58:59 GMT-0700 (PDT) <br />
SHA1: a5097cb7c26350ec235d15932c4342d00297f777 <br />
MD5: c9259c5c5151100a56e0f40faf363c78 <br />
Last update: Tue Apr 12 2016 15:35:45 GMT-0700 (PDT) <br />
SHA1: a444ed46efce776c2e4fc4a4d11b7a8775e1334e <br />
MD5: 760caf4013a23710127ceed94b309c10 <br />
Binary file added future/org.cyanogenmod.platform.sdk.aar
Binary file not shown.
Binary file removed future/org.cyanogenmod.platform.sdk.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion future/pom.xml
Expand Up @@ -5,7 +5,7 @@
<groupId>org.cyanogenmod</groupId>
<artifactId>platform.sdk</artifactId>
<version>5.0-SNAPSHOT</version>
<packaging>jar</packaging>
<packaging>aar</packaging>

<name>CyanogenMod Platform SDK</name>
<url>https://github.com/CyanogenMod/cm_platform_sdk</url>
Expand Down

0 comments on commit 923f923

Please sign in to comment.