aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrakash Pabba <ppabba@codeaurora.org>2019-08-06 15:27:55 +0530
committerMichael Bestas <mkbestas@lineageos.org>2020-12-27 15:51:08 +0200
commita438cf067d7738241433c01b40a5cb67c7274cab (patch)
tree83422cf57ae26f8af9e58441c19ccd33c124f91d
parentb98605ae9e3ad15c5a1349cc97092b1e7a7659ff (diff)
sdm660-common: Enable ipsec_tunnel feature
Fixed : CTS issue due to ipsec_tunnel feature. CTS issues are showing failure on devices with first_api_level set to 29 . With this api level certain test cases which weren't executing till now begin executing. Ex: android.net.cts.IpSecManagerTunnelTest. These tests mandatorily requrire ipsec_tunnel feature to be enabled. Change-Id: If52b652ac3cc6488fefcf851527f224efa03e7eb
-rw-r--r--sdm660.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdm660.mk b/sdm660.mk
index a8179b8..e2539d6 100644
--- a/sdm660.mk
+++ b/sdm660.mk
@@ -73,6 +73,7 @@ PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml \
frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.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.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml \
frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml \
frameworks/native/data/etc/android.software.verified_boot.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.verified_boot.xml \