commit | 4a6276d0dcb01d8628b690bc187e3683e72f035a | [log] [tgz] |
---|---|---|
author | Aaron Huang <huangaaron@google.com> | Thu Dec 23 10:47:05 2021 +0800 |
committer | Aaron Huang <huangaaron@google.com> | Thu Jan 06 19:16:43 2022 +0800 |
tree | a49dc8cb7c66f270d6bb7615b0b888aea0e3901b | |
parent | 692533e34252cef89337bcaf34ebd9cf5201728e [diff] |
Remove ParcelFileDescriptor hidden API usage from IpSecService IpSec service is going to be a part of Connectivity mainline module and ParcelFileDescriptor(FileDescriptor) is a hidden API that cannot be used by mainline module. Therefore, use ParcelFileDescriptor.dup(FileDescriptor) to get a ParcelFileDescriptor instead. Bug: 204153604 Test: FrameworksNetTests Change-Id: I0ccabdfc5060f4b635e9a7009a67fbd5d32002fd