commit | b01254f350d8dcfb192c969c58b5c08c2a287403 | [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 | 838b81d9111b4ec98d08790a7eabbec1a2b32598 | |
parent | 544e5836c0a8b6baf5ef76bd11f32622cedee7da [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