commit | ebf0e84848edddb44dedfb42def1c744f7f95b5d | [log] [tgz] |
---|---|---|
author | Zhao Wei Liew <zhaoweiliew@gmail.com> | Thu Feb 02 11:28:25 2017 +0800 |
committer | Zhao Wei Liew <zhaoweiliew@gmail.com> | Thu Feb 02 11:28:25 2017 +0800 |
tree | 9099bea02343c2fd752ed046dace7e137b499a56 | |
parent | a789a99c7f2f7b314e95fa4fbd7378211955711e [diff] |
cmsdk: PerformanceManager: Update POWER_HINT_SET_PROFILE value We removed POWER_HINT_AUDIO recently, thus moving the value of POWER_HINT_SET_PROFILE up by 1. Change-Id: Ib1c4e1b2569064023a7951631ac1de120fcf47ef
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.cyanogenmod: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.cyanogenmod:platform.sdk:6.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.