commit | 68770343435463a93c29106c6e69ac4c18053eef | [log] [tgz] |
---|---|---|
author | KH Shi <kenghua@google.com> | Thu Aug 17 14:34:31 2023 +0000 |
committer | KH Shi <kenghua@google.com> | Wed Aug 30 09:33:30 2023 +0000 |
tree | 58e55e9816ab6376d722b3c4faea256e903ea597 | |
parent | cf41958c07e9f7b5530a5f8ebf27af7b2100fb68 [diff] |
Relief unnecessary dependencies of code order The original code requires updating mLastIPv6LinkProperties before calling updateIpv6ForwardingRules because mLastIPv6LinkProperties will be used inside an internal function later. Remove this unnecessary dependency by passing the interface name into the function. Bug: 294025403 Test: atest TetheringTests Change-Id: I5699fba3d7caf3314d102b643b02da2b2797dd66