From 0c01bb2e74dc296d3436d1aa7e3cd6e999bc0c5b Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Mon, 3 Feb 2025 20:38:00 +0100 Subject: [PATCH] Add wellbeing.xml --- common/common-vendor.mk | 2 ++ common/proprietary/product/etc/sysconfig/wellbeing.xml | 4 ++++ proprietary-files-common-nongrouper.txt | 2 ++ 3 files changed, 8 insertions(+) create mode 100644 common/proprietary/product/etc/sysconfig/wellbeing.xml diff --git a/common/common-vendor.mk b/common/common-vendor.mk index 4eac24a..779ffae 100644 --- a/common/common-vendor.mk +++ b/common/common-vendor.mk @@ -30,6 +30,8 @@ PRODUCT_PACKAGES += \ com.google.android.dialer.support ifeq ($(TARGET_IS_GROUPER),) +PRODUCT_COPY_FILES += \ + vendor/gapps/common/proprietary/product/etc/sysconfig/wellbeing.xml:$(TARGET_COPY_OUT_PRODUCT)/etc/sysconfig/wellbeing.xml PRODUCT_PACKAGES += \ GoogleRestore \ diff --git a/common/proprietary/product/etc/sysconfig/wellbeing.xml b/common/proprietary/product/etc/sysconfig/wellbeing.xml new file mode 100644 index 0000000..332da49 --- /dev/null +++ b/common/proprietary/product/etc/sysconfig/wellbeing.xml @@ -0,0 +1,4 @@ + + + + diff --git a/proprietary-files-common-nongrouper.txt b/proprietary-files-common-nongrouper.txt index efde222..9e0c1a5 100644 --- a/proprietary-files-common-nongrouper.txt +++ b/proprietary-files-common-nongrouper.txt @@ -1,2 +1,4 @@ +product/etc/sysconfig/wellbeing.xml + product/priv-app/GoogleRestore/GoogleRestore.apk;PRESIGNED product/priv-app/Wellbeing/Wellbeing.apk;PRESIGNED