Add Wellbeing

This commit is contained in:
LuK1337
2024-02-23 18:12:23 +01:00
parent 44ce52ae00
commit 04e0d97901
5 changed files with 16 additions and 1 deletions

View File

@@ -107,3 +107,15 @@ android_app_import {
product_specific: true,
}
android_app_import {
name: "Wellbeing",
owner: "gapps",
apk: "proprietary/product/priv-app/Wellbeing/Wellbeing.apk",
presigned: true,
dex_preopt: {
enabled: false,
},
privileged: true,
product_specific: true,
}

View File

@@ -31,7 +31,8 @@ PRODUCT_PACKAGES += \
ifeq ($(TARGET_IS_GROUPER),)
PRODUCT_PACKAGES += \
GoogleRestore
GoogleRestore \
Wellbeing
endif
PRODUCT_SOONG_NAMESPACES += vendor/gapps/overlay