diff options
author | Prakash Pabba <ppabba@codeaurora.org> | 2021-01-03 19:31:40 +0530 |
---|---|---|
committer | Prakash Pabba <ppabba@codeaurora.org> | 2021-01-03 19:34:02 +0530 |
commit | f6f3b75f35ac7bc1a5778899b04d8d7900cfd54b (patch) | |
tree | cd50f5c7c68b7e51a3a4897a59ced2df33af998f | |
parent | 8f908ea34c349aaed35189baa511af495913eed8 (diff) |
common: Remove ipsec_tunnel feature enablement
ipsec_tunnel feature is enabled by data component.
Remove the feature enablement from common mk file.
Change-Id: I081fdb5d99d5c9236001a0e63830f733735cdcbb
-rw-r--r--[-rwxr-xr-x] | common.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common.mk b/common.mk index ecc0f55..0c117bd 100755..100644 --- a/common.mk +++ b/common.mk @@ -46,10 +46,6 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ device/qcom/common/privapp-permissions-qti.xml:system/etc/permissions/privapp-permissions-qti.xml -# Ipsec_tunnels feature -PRODUCT_COPY_FILES += \ - frameworks/native/data/etc/android.software.ipsec_tunnels.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.ipsec_tunnels.xml - #copy telephony app's permissions PRODUCT_COPY_FILES += $(QCPATH)/commonsys-intf/telephony/build/telephony_product_privapp-permissions-qti.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/permissions/telephony_product_privapp-permissions-qti.xml |