commit | 6b80931a541a2993acd63b816723bec7c97b5d6e | [log] [tgz] |
---|---|---|
author | Han Wang <416810799@qq.com> | Fri Dec 11 15:02:02 2020 +0100 |
committer | Bruno Martins <bgcngm@gmail.com> | Fri Dec 11 17:07:53 2020 +0100 |
tree | 0d3ff247ff7977b2a542893e18bf41a6ae7da514 | |
parent | c127bb2d83344f215e63767c9e6a3245cececa17 [diff] |
PerformanceManagerService: Account for QCOM perf HAL 2.0 * This also allows waiting for MPCTL to start on boot if devices are using the newest perf HAL. Change-Id: I3855198d7bcf01472595616e820d47bcec01d8d4
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.