From 908124262ce3fa2a384bf6f695ef8a54b2ee0698 Mon Sep 17 00:00:00 2001 From: Aaron Huang Date: Thu, 23 Dec 2021 03:04:53 +0800 Subject: [PATCH] Make ipsec resource as SystemApi Make config_optionalIpSecAlgorithms @SystemApi so that it can be used in mainline module. Bug: 204153604 Test: FrameworksNetTests Change-Id: Ia082f0e1749f1399bd0b41dab6612744cc67e62a --- core/api/system-current.txt | 1 + core/res/res/values/public.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/core/api/system-current.txt b/core/api/system-current.txt index 15ed54d8726ea..e47ac18e22eba 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -341,6 +341,7 @@ package android { public static final class R.array { field public static final int config_keySystemUuidMapping = 17235973; // 0x1070005 + field public static final int config_optionalIpSecAlgorithms; } public static final class R.attr { diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index bc127d9c1d063..11103b680098c 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -3281,6 +3281,8 @@ + +