commit | b98a217b41812cfbc7f704310750809983103db6 | [log] [tgz] |
---|---|---|
author | Yuncheol Heo <ycheo@google.com> | Sat Jan 30 11:02:39 2021 -0800 |
committer | Yuncheol Heo <ycheo@google.com> | Sat Jan 30 11:28:06 2021 -0800 |
tree | 376067c188de1979859512808d5984754255c050 | |
parent | e34ebf1ac39a2921693b3d83e2d803f3d7e816b6 [diff] |
Change FlakyTest annotation to androidx.test.filters. - We don't use android.platform.test.annotations.FlakyTest to skip the test: http://cs/androidcar/api_test.gcl - It looks like we're migrating platform_testing to androidx.test: ag/12997496 Bug: 155343605 Test: Check cpct/androidcar/api_test and if the test runs Change-Id: Ie0d4aedafbe21ae923888f40f82272dae1e0dacd
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.