aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Yan <evitayan@google.com>2023-04-12 18:45:06 +0000
committerYan Yan <evitayan@google.com>2023-04-13 00:36:25 +0000
commitff93161fadc5214a45740e52ee627eb904a1a258 (patch)
tree460b7f26a02d91346124eac5331f8b74c9fde9f6
parentcaf0f59fab455923f403c16830d98640c2ff05a7 (diff)
downloadgs-common-ff93161fadc5214a45740e52ee627eb904a1a258.tar.gz
Add feature flag for IPSEC_TUNNEL_MIGRATION to Pixel6/7/8
This commit adds the IPSEC_TUNNEL_MIGRATION feature flag, with XFRM_MIGRATE used as the implementation Verified on bluejay Bug: 273379472 Test: build, flash and verify with "adb shell pm list features" Test: atest IpSecManagerTunnelTest Change-Id: Ia19663288b389dbfa0ce5ca328b5706b1767db78
-rw-r--r--device.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index 2813186..f686621 100644
--- a/device.mk
+++ b/device.mk
@@ -23,3 +23,6 @@ PRODUCT_PROPERTY_OVERRIDES += \
# Installs gsi keys into ramdisk, to boot a developer GSI with verified boot.
$(call inherit-product, $(SRC_TARGET_DIR)/product/developer_gsi_keys.mk)
+
+PRODUCT_COPY_FILES += \
+ frameworks/native/data/etc/android.software.ipsec_tunnel_migration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnel_migration.xml