Freeze netd_aidl_interface
Since netd_aidl_interfaces-platform-java is replaced by
netd-client which refers to netd stable aidl, so freeze
netd_aidl_interface is needed for the new change.
The difference between version 4 and 5:
INetd.aidl:
< boolean firewallReplaceUidChain(in @utf8InCpp String chainName, boolean isWhitelist, in int[] uids);
< const int FIREWALL_WHITELIST = 0;
< const int FIREWALL_BLACKLIST = 1;
---
> boolean firewallReplaceUidChain(in @utf8InCpp String chainName, boolean isAllowlist, in int[] uids);
> const @JavaPassthrough(annotation="@Deprecated") int FIREWALL_WHITELIST = 0;
> const int FIREWALL_ALLOWLIST = 0;
> const @JavaPassthrough(annotation="@Deprecated") int FIREWALL_BLACKLIST = 1;
> const int FIREWALL_DENYLIST = 1;
> const int FIREWALL_CHAIN_RESTRICTED = 4;
UidRangeParcel.aidl
> @JavaDerive(equals=true, toString=true) @JavaOnlyImmutable
BYPASS_INCLUSIVE_LANGUAGE_REASON=This change needs to copy the
interface definition as-is. Non-inclusive terms have been deprecated
in this version.
Bug: 174837473
Test: m netd_aidl_interface-freeze-api
Change-Id: Ifb75f4467a0a458eeb71f3ccf6e22e04c9c28a53
11 files changed