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
This commit is contained in:
parent
caf0f59fab
commit
ff93161fad
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue