From f3bdcb730e047d0df286bfee52a7fb9c53d7419d Mon Sep 17 00:00:00 2001 From: Yan Yan Date: Wed, 12 Apr 2023 22:56:19 +0000 Subject: [PATCH] sm6150-common: Add feature flag for IPSEC_TUNNEL_MIGRATION This commit adds the IPSEC_TUNNEL_MIGRATION feature flag, with XFRM_MIGRATE used as the implementation Bug: 273379472 Test: build, flash and verify with "adb shell pm list features" Test: atest IpSecManagerTunnelTest Change-Id: Id2ee3e65183e32ea63f6251ba921e1e4c6b09ed0 Signed-off-by: Pranav Vashi Signed-off-by: therealmharc --- sm6150.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sm6150.mk b/sm6150.mk index ebb255d..5615a75 100644 --- a/sm6150.mk +++ b/sm6150.mk @@ -236,7 +236,8 @@ endif # Network PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml + frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml \ + frameworks/native/data/etc/android.software.ipsec_tunnel_migration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnel_migration.xml # Overlay DEVICE_PACKAGE_OVERLAYS += \