commit | 320b3b55ec1bad33e0e060e10ce1e76ee8beef23 | [log] [tgz] |
---|---|---|
author | Dominik Baronelli <dbaronelli@shiftphones.com> | Sun Jul 14 10:31:47 2024 +0200 |
committer | Alexander Martinz <amartinz@shiftphones.com> | Tue Jul 23 17:29:21 2024 +0200 |
tree | 11a587926832142d5ae126d3cb3f10093b0deb8b | |
parent | 74901e16b33ea1973c9e036328b8e18fe0ed0264 [diff] |
rename org.lineageos.services to services services also is going to be renamed to original.services. This way we can pass 'CtsClasspathsTestCases - com.android.os.classpath.ClasspathsTest#testSystemServerClasspath', which is expecting to find 'services.jar' in the SystemServerClasspath. We had removed services from the SystemServerClasspath in previous commit(s) to fix another cts issue: https://review.shift-gmbh.com/c/SHIFTPHONES/android_build/+/19748 Test: atest CtsClasspathsTestCases Change-Id: I563defe193af6f0ba4115fbef3fee3b4fca62d21
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.