diff options
| author | Wei Li <weiwli@google.com> | 2022-01-14 15:45:18 -0800 |
|---|---|---|
| committer | Wei Li <weiwli@google.com> | 2022-01-26 18:25:23 +0000 |
| commit | 8a177f694ab0884e0a7767675098a96b7c0f02a8 (patch) | |
| tree | abeab4943a0552e58b08c732d85787556e75e9aa /tests/common/java/android/net/NetworkCapabilitiesTest.java | |
| parent | 317be96553ec7894de5c399bcfdae023e6a28492 (diff) | |
Set exclude_kotlinc_generated_files to false explicitly since kotlin reflection is used in some Connectivity test cases kotlin code.
Property "exclude_kotlinc_generated_files" is recently added to exclude some kotlinc generated files that are not needed if kotlin reflection is not used. Currently it defaults to false since there are test failures(b/213966211) which is in FullScoreTest#testToString and FullScoreTest#testMinMaxPolicyConstants that uses kotlin reflection and fails if exclude_kotlinc_generated_files defaults to true. By setting explicitly exclude_kotlinc_generated_files to false on tests like FullScoreTest#testToString, we will be able to finally default this property to true so the kotlinc generated files can be removed for most modules that don't need them.
Bug: 204888276
Bug: 213966211
Test: atest
FrameworksNetTests: com.android.server.connectivity.FullScoreTest
Change-Id: I4ed2d27c27841cb7127f669c8db34c90b4a41b1f
Diffstat (limited to 'tests/common/java/android/net/NetworkCapabilitiesTest.java')
0 files changed, 0 insertions, 0 deletions
