commit | 0e9c379c3e40d01a1bf597d6285da3701d397684 | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Tue Dec 06 15:03:20 2022 +0900 |
committer | Motomu Utsumi <motomuman@google.com> | Tue Dec 06 15:03:20 2022 +0900 |
tree | 59bbae0aed04d2bbf2c1b2b064a4b7f5a20b822e | |
parent | a43bba1277fbd370838472ea0038406bf68d7f6b [diff] |
Enable java bpf map always in U devices Having SdkLevel.isAtLeastU() as a default value of DeviceConfigUtils.isFeatureEnabled could result confusing behavior. For example, when flag value is pushed to only the T device and the T device with the flag is ugraded to U, this device could disable java bpf map while the device keeps the flag value. This CL prevents above confusing behavior. Bug: 246218229 Test: atest BpfNetMaps Change-Id: I615603c337bb94101dccac77ea0e6fa857041259