From 1d0076b3395789e4d9b5ee8dc44f1cda4242d920 Mon Sep 17 00:00:00 2001 From: Aaron Huang Date: Sat, 22 Jan 2022 00:00:43 +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 Merged-In: 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 1fde724d99c77..3e06fbfdc5937 100644 --- a/core/api/system-current.txt +++ b/core/api/system-current.txt @@ -316,6 +316,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 5f89588bdc7d4..6ef5bd46dce75 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -3239,6 +3239,8 @@ + +