commit | 31ed87272693d069a10e4fd4cf80ed82c43880b9 | [log] [tgz] |
---|---|---|
author | LuK1337 <priv.luk@gmail.com> | Tue Sep 15 02:29:56 2020 +0200 |
committer | LuK1337 <priv.luk@gmail.com> | Tue Sep 15 10:14:15 2020 +0200 |
tree | b81cfb89128d7f9ee494c834ea742e96f5191407 | |
parent | 1317cf2b120002ce354d89d2787e3c8f332ca301 [diff] |
lineage-sdk: Clear variables before attempting to generate res R/Manifest.java * Fixes really strange looking errors while building rild: FAILED: ninja: 'out/target/product/generic_arm64/vendor/bin/hw/org.lineageos.platform-res.apk', needed by 'out/target/product/generic_arm64/vendor/bin/hw/rild', missing and no known rule to make it Change-Id: I0fb91383829b9b478b3dee9686e9e719ea3ed695
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.