commit | e057dd456f298c8fc8f78cd17b3752b4973962fc | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Wed Aug 03 01:23:49 2022 +0000 |
committer | Motomu Utsumi <motomuman@google.com> | Wed Aug 03 04:23:53 2022 +0000 |
tree | 32f6f156b56e2ad5b90417c50b0801198c52c337 | |
parent | 28a690dc79c2f9e954b05c25739699cabbbe9623 [diff] |
Switch previous and new code path in setChildChain setChildChain was updated to use Java BpfMap class instead of native JNI functions in aosp/2131752. But it is better to verify this refactoring by the experiment. So this commit update setChildChain to switch previous code path(JNI) and new code path(Java) based on the flag. Bug: 217624062 Test: atest BpfNetMapsTest android.net.cts.ConnectivityManagerTest#testFirewallBlocking Change-Id: I47a5e7f631bb6806716f464df26ec2eca46503b3