commit | 76b8f884287231b3a8e6839d19b42f074de9fe78 | [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 | 1d1c2d22c78d2d96712460f5d0e916fcedcfd722 [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