commit | 9b45f59f7712fa92a9a07305ba5d5d5d322455f6 | [log] [tgz] |
---|---|---|
author | Dominik Baronelli <dbaronelli@shiftphones.com> | Tue May 16 08:19:11 2023 +0200 |
committer | Bruno Martins <bgcngm@gmail.com> | Sat Jun 15 22:50:05 2024 +0100 |
tree | 5e3396db2feba454b3729375e0eb91e572f9ec44 | |
parent | 97b8e583e816d9c50691dfb74df88bcc44e85f09 [diff] |
Revert "sdk: Introduce org.lineageos.platform.resources target" This reverts commit 6ba68050a306570aeb1d48e49bc895012a61d96e. Reason for revert: this breaks cts test Test: run cts-dev -m CtsStrictJavaPackagesTestCases --test android.compat.sjp.cts.StrictJavaPackagesTest#testBootClasspathAndSystemServerClasspath_nonDuplicateClasses Change-Id: I00bbd9220f9d4f5c996dab5b8ca5da6c77ad3208
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.