From c54e4c2cb52429c833a795c0161315669914aca9 Mon Sep 17 00:00:00 2001 From: ShevT Date: Tue, 15 Mar 2022 10:54:14 +0300 Subject: [PATCH] build: Add quick tap permissions and flag Signed-off-by: Pranav Vashi --- config/common.mk | 6 ++++++ prebuilt/common/etc/sysconfig/quick_tap.xml | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 prebuilt/common/etc/sysconfig/quick_tap.xml diff --git a/config/common.mk b/config/common.mk index eb658dea..54ed955d 100644 --- a/config/common.mk +++ b/config/common.mk @@ -225,5 +225,11 @@ include vendor/lineage/config/version.mk -include vendor/lineage-priv/keys/keys.mk +# Quick Tap +ifeq ($(TARGET_SUPPORTS_QUICK_TAP),true) +PRODUCT_COPY_FILES += \ + vendor/lineage/prebuilt/common/etc/sysconfig/quick_tap.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/quick_tap.xml +endif + -include $(WORKSPACE)/build_env/image-auto-bits.mk -include vendor/lineage/config/partner_gms.mk diff --git a/prebuilt/common/etc/sysconfig/quick_tap.xml b/prebuilt/common/etc/sysconfig/quick_tap.xml new file mode 100644 index 00000000..7334bbe2 --- /dev/null +++ b/prebuilt/common/etc/sysconfig/quick_tap.xml @@ -0,0 +1,8 @@ + + + + + + +