summaryrefslogtreecommitdiff
path: root/tests/common/java/android/net/NetworkCapabilitiesTest.java
diff options
context:
space:
mode:
authorWei Li <weiwli@google.com>2022-01-14 15:45:18 -0800
committerWei Li <weiwli@google.com>2022-01-26 18:25:23 +0000
commit8a177f694ab0884e0a7767675098a96b7c0f02a8 (patch)
treeabeab4943a0552e58b08c732d85787556e75e9aa /tests/common/java/android/net/NetworkCapabilitiesTest.java
parent317be96553ec7894de5c399bcfdae023e6a28492 (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