aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src
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-07-16walt: app: fix ping while WALT hardware is disconnectedTai Kuo
WALT app crashed if WALT equipment was disconnected and click Ping in the menu Diagnostics. Bug: 149721303 Test: disconnect WALT hardware and click Ping Signed-off-by: Tai Kuo <taikuo@google.com> Change-Id: Ib5c72d402eaa5ef8d0facea2aeb420ac729edc9a
2020-07-16walt: app: fix Lint errors of java in the main folderTai Kuo
Fix Java Lint compiler complaints Bug: 149721303 Test: ./gradlew build --stacktrace --warning-mode all Test: Install App, check layout and check functionalities Change-Id: I2f387bcd6fc595db268b9aed8f40cac9886aedab Signed-off-by: Tai Kuo <taikuo@google.com>
2020-07-16walt: app: fix Lint errors in AndroidManifest & resource filesTai Kuo
Fix Lint errors in resource files and AndroidManifest.xml Bug: 149721303 Test: ./gradlew build --stacktrace --warning-mode all Signed-off-by: Tai Kuo <taikuo@google.com> Change-Id: I2c2c84370c37da1ee07fa4cfa9880554d0f96242
2020-06-20walt: app: migrate to AndroidX, AppCompat and new APITai Kuo
Migrate since api deprecated at sdk 29. Bug: 149721303 Test: ./gradlew build --stacktrace --warning-mode all Change-Id: Ic4ffacd87ad74db5322e600c4ae60de235a79626 Signed-off-by: Tai Kuo <taikuo@google.com>
2020-06-20walt: app: fix Lint errors in the test folderTai Kuo
Fix warning in the test folder: Assert in junit.framework has been deprecated Bug: 149721303 Test: ./gradlew build --stacktrace --warning-mode all Signed-off-by: Tai Kuo <taikuo@google.com> Change-Id: Idcc4a02b0b3718135a4a51c5cebc1f3d1871cfd0
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-20walt: app: remove unused drawable resource filesTai Kuo
Remove unused drawable resource files Bug: 149721303 Test: ./gradlew build -x :app:lint Signed-off-by: Tai Kuo <taikuo@google.com> Change-Id: If27cd2f3a8fc6d217f68bd3d0d147e9e5a7389f0
2020-06-20Merge google/waltTai Kuo
Merge from https://github.com/google/walt.git Bug: 149721303 Bug: 149721109 Test: ./gradlew build -x :app:lint Change-Id: I56e2f506782fbbe01e3bf2489fa3091226a2b5ca 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-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