aboutsummaryrefslogtreecommitdiff
path: root/android
AgeCommit message (Collapse)Author
2020-02-11Deprecate OpenSL ES for Android as of API level 30 (R)Glenn Kasten
Bug: 134958169 Test: try with an NDK r21 canary for both R and earlier, and a pre-21 NDK Change-Id: Ie0a317debd07230d344218c5874f3060dc3ab85f
2018-11-19Convert sync_clock_jni to Android.bpandroid-wear-8.0.0_r2Dan Willemsen
See build/soong/README.md for more information. Test: cd external/walt; mma Change-Id: I1c98d046b51f7bdc8909571bd684a0754fa87820
2017-05-09walt: modify for use with Salad Fingersoreo-mr1-devoreo-dr1-devAndrew Lehmer
Bug: 37779957 Test: end-to-end tests with uncommited PTS changes for salad_fingers Change-Id: I4d0a59b04fb92d45899400ca36eb93fb8249c086
2017-04-27walt: fix internal build system errorsAndrew Lehmer
Although external/walt is not part of a full build, the JNI it defines includes an Android.mk which is somehow picked up in test builds. The original code contains several unused parameter warnings that get converted to errors during test builds, and this change cleans those up. Bug: 37744894 Test: `mma -j48` in android/WALT/app/src/main/jni/ builds cleanly Change-Id: I354df5d168bc4550df19258035fdb33ac7249831
2017-04-26Import google/waltAndrew Lehmer
Cloned from https://github.com/google/walt.git without modification. Bug: 36896528 Test: N/A