commit | 29e2f6b35a080355b4e83e9725011f20231e2865 | [log] [tgz] |
---|---|---|
author | Sam Mortimer <sam@mortimer.me.uk> | Thu Sep 05 14:52:51 2019 -0700 |
committer | Sam Mortimer <sam@mortimer.me.uk> | Tue Sep 10 15:55:55 2019 -0700 |
tree | 62bf5fb535bf7c7ed4eb44f8184ae2da4f88ef5c | |
parent | b7fc0cfb4cd7b444f9a72496975c578058247371 [diff] |
lineage-sdk: Don't build sdk droiddocs for now * Works around: lineage-sdk/Android.mk:116: error: BUILD_DROIDDOC is obsolete. Droiddoc is only supported in Soong. See details on build/soong/java/droiddoc.go. * Need to reimplement in soong later. Change-Id: I1a3756b4e4779dc27fe52ed31d767ca660756298
The Platform SDK provides a set of APIs that give you easy access to a variety of different features within LineageOS. 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.lineageos: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.lineageos:platform.sdk:6.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.