commit | 98a1f6101fe4d4b1449e60b1ca73884eb1e5f011 | [log] [tgz] |
---|---|---|
author | Steve Kondik <steve@cyngn.com> | Sun Aug 28 22:10:52 2016 -0700 |
committer | Steve Kondik <steve@cyngn.com> | Mon Aug 29 00:50:06 2016 -0700 |
tree | be9941d003308f8b5453acbab5653f81c6d4e6d1 | |
parent | d22315e88358f7d2837edc5c5a2d9787cf60ecdb [diff] |
cmsdk: Build resources with --private-symbols flag * Manifest attribute is deprecated on N Change-Id: I6f5bf49c99c985b6cf2a2492420ac012dbe6cd22
The Platform SDK provides a set of APIs that give you easy access to a variety of different features within CyanogenMod. The SDK exposes APIs and system level framework access in the Android framework that aren't available in any other distribution.
You can either download from prebuilts hosted on github or pull directly via Gradle.
Our stable releases are mirrored in Maven Central, and you can fetch the current release by setting your build.gradle
dependencies to
dependencies { compile 'org.cyanogenmod:platform.sdk:5.+' }
Within build.gradle
make sure your repositories
list sonatype OSS repos for snapshots
repositories { maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } }
You can target the future
or development
branch by setting your dependencies
for 6.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:6.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.