commit | 147522b86cdbabb9b45e0a85d8e26869128acc9f | [log] [tgz] |
---|---|---|
author | Luis Vidal <lvidal@cyngn.com> | Wed Jul 13 15:21:50 2016 -0700 |
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | Fri Jul 15 13:14:34 2016 -0700 |
tree | 04bb439f7fb3438f7b10b61400754c3d9dface12 | |
parent | 1a2589b3d4e147e84706f9f4da47a259cb2fec67 [diff] |
Instruct AIDL to generate NoOp inner class Use custom AIDL flag to auto-generate the inner static class NoOp Change-Id: I98005a99b3df168b4fb9951006eb9aff72e499ff
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.