aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src/main/jni
AgeCommit message (Collapse)Author
2021-10-26Add one Android.bpYuntao Xu
1. Added one Android.bp file by converting the Android.mk file, which will be handled by the Soong build system; 2. Modify the Android.mk file to let only the NDK build system handle it. Bug: 202170767 Test: compared the two binary files built by Make and Soong Test: TreeHugger Change-Id: I6132cf78126a66e77907342cf331f30f97927ace
2021-02-12[LSC] Add LOCAL_LICENSE_KINDS to external/waltandroid-s-preview-1Bob Badour
Added SPDX-license-identifier-Apache-2.0 to: android/WALT/app/src/main/jni/Android.mk Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ic4bd96c96a68accaa7af94c81d0dfe0e5abe1bb2
2020-06-20walt: app: update SDK, gradle and NDK versionTai Kuo
targetSdkVersion 29 minSdkVersion 21 ndkVersion 21.0.6113669 gradle plugin: 4.4 -> 5.6.4 gradle: 3.1.2 -> 3.6.3 Bug: 149721303 Test: ./gradlew build -x :app:lint Change-Id: I9266f52059e2b0e9cff3790f9758ff67cad0a0d4 Signed-off-by: Tai Kuo <taikuo@google.com>
2020-06-19Deprecate OpenSL ES for Android API level 30 in Android.mkTai Kuo
Bug: 149721303 Test: try with an NDK r21 canary for both R and earlier, and a pre-21 NDK Signed-off-by: Tai Kuo <taikuo@google.com> Change-Id: Ib2c8c2f17a7bbea21e6e7ead13fe3304910e2398
2020-06-19Revert "Convert sync_clock_jni to Android.bp"Tai Kuo
This reverts commit d4e5f84fbee26cf0c8bf99e807539fbbcf159dd4. ndkbuild does not support Android.bp yet. Bug: 149721303 Test: `mma -j48` in android/WALT Change-Id: Iaf060a65dc95e74f7d59338c4b740e49cf2a8035 Signed-off-by: Tai Kuo <taikuo@google.com>
2020-06-19Revert "Deprecate OpenSL ES for Android as of API level 30 (R)"Tai Kuo
This reverts commit 09dc4a343e248e31661ea3abfe98ac3f4b04b0f7. Since ndkbuild does not support Android.bp, revert changes in it. Bug: 149721303 Test: N/A Signed-off-by: Tai Kuo <taikuo@google.com> Change-Id: Ie6158d8498d8ae4ffa9639cc0d4a8f4494179df2
2020-06-19Deprecate OpenSL ES for Android as of API level 30 (R)Tai Kuo
Cherry-pick from the master branch to prevent merge conflicts. Bug: 149721303 Test: try with an NDK r21 canary for both R and earlier, and a pre-21 NDK Change-Id: Ie0a317debd07230d344218c5874f3060dc3ab85f Merged-In: 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-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