commit | 94dd91a34c42ba991651a11665fa2fc1806af43e | [log] [tgz] |
---|---|---|
author | Adnan Begovic <adnan@cyngn.com> | Wed Apr 27 15:54:32 2016 -0700 |
committer | Adnan Begovic <adnan@cyngn.com> | Mon May 02 10:33:21 2016 -0700 |
tree | 497b76d2e5dc2a90b5d201e0694e199bb25d7144 | |
parent | c6550fd803fe80595c9f60b5980d4d1621efaa54 [diff] |
cmsdk: Fix PerformanceManagerTest expectations. Since the API for PerformanceManager returns the number of profiles supported we can assume what the profiles are since the HAL provides them in an ordered manner. Thus, iterate through the size of the number of profiles and verify each one that's possible. Change-Id: I87f6d1a847c849bd9e544c1e89a666726c61fe83 TICKET: CYNGNOS-2603
The Platform SDK provides a set of APIs that give you easy access to a variety of different features within CyanogenMod. 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:4.+' }
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 5.0-SNAPSHOT
dependencies { compile 'org.cyanogenmod:platform.sdk:5.0-SNAPSHOT' }
For further inquiries regarding this project, please reference the wiki.