commit | d42a658a5b7740a6dda5ce50dd2f7b09bc4c69f1 | [log] [tgz] |
---|---|---|
author | Ying Wang <wangying@google.com> | Thu Jul 16 14:20:22 2015 -0700 |
committer | Michael Bestas <mkbestas@lineageos.org> | Mon Jan 01 21:44:22 2018 +0200 |
tree | 5b5577aa8cbb13bd4600ddc0c2d8782ce23b8dec | |
parent | 3031b61c6c2ea221c1cf6c147de39014baf97aa4 [diff] |
Using LOCAL_DROIDDOC_STUB_OUT_DIR to specify "-stubs" option. So that the build system can clean up the stub out dir before calling doclava. Bug: 22534021 Change-Id: Iba33cf0a295e4ae32fdcad8bd326c2f52de5f875
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.