2023-12-11 11:10:41 +01:00
|
|
|
$(call inherit-product-if-exists, vendor/addons/config.mk)
|
|
|
|
$(call inherit-product-if-exists, vendor/LeOS/bootanimation/android.mk)
|
|
|
|
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(call all-subdir-makefiles,$(LOCAL_PATH))
|
|
|
|
|
2024-10-24 09:22:44 +02:00
|
|
|
$(call inherit-product-if-exists, vendor/extra/product.mk)
|
|
|
|
|
2023-12-11 11:10:41 +01:00
|
|
|
#$(call inherit-product, vendor/eos/config/common.mk)
|
2024-10-24 09:22:44 +02:00
|
|
|
$(call inherit-product, vendor/LeOS/fonts/fonts.mk)
|
|
|
|
|
|
|
|
# Face Unlock
|
|
|
|
TARGET_FACE_UNLOCK_SUPPORTED ?= $(TARGET_SUPPORTS_64_BIT_APPS)
|
|
|
|
|
|
|
|
ifeq ($(TARGET_FACE_UNLOCK_SUPPORTED),true)
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
ParanoidSense
|
|
|
|
|
|
|
|
PRODUCT_SYSTEM_EXT_PROPERTIES += \
|
|
|
|
ro.face.sense_service=true
|
|
|
|
|
|
|
|
PRODUCT_COPY_FILES += \
|
|
|
|
frameworks/native/data/etc/android.hardware.biometrics.face.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/android.hardware.biometrics.face.xml
|
|
|
|
endif
|
|
|
|
|
2023-12-11 11:10:41 +01:00
|
|
|
|
|
|
|
###bootanimation
|
|
|
|
#PRODUCT_COPY_FILES += \
|
|
|
|
# vendor/LeOS/bootanimation.zip:system/product/media/bootanimation.zip \
|
|
|
|
|
|
|
|
#SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/LeOS/sepolicy
|
|
|
|
|
|
|
|
#prebuilts
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
com.qualcomm.location \
|
|
|
|
com.aurora.services \
|
|
|
|
org.fdroid.fdroid.privileged \
|
|
|
|
com.paranoid.ParanoidWallpapers \
|
|
|
|
GmsCore \
|
|
|
|
GsfProxy \
|
|
|
|
FakeStore \
|
|
|
|
com.google.android.maps.jar \
|
|
|
|
AuroraServices \
|
|
|
|
FDroidPrivilegedExtension \
|
|
|
|
MozillaNlpBackend \
|
|
|
|
NominatimNlpBackend \
|
|
|
|
gcamphotospreview-common \
|
|
|
|
eSpeakTTS \
|
|
|
|
Launcher \
|
|
|
|
com.saggitt.omega \
|
|
|
|
omega \
|
|
|
|
Dialer \
|
|
|
|
Seedvault \
|
|
|
|
FileManager \
|
|
|
|
LeOS-Droid \
|
|
|
|
DocumentsUI \
|
|
|
|
Wallpaper \
|
|
|
|
TrebleApp \
|
|
|
|
SettingsIntelligence \
|
|
|
|
OpenEUICC \
|
|
|
|
Contacts \
|
|
|
|
LineageSetupWizard \
|
|
|
|
CalyxBlackTheme \
|
|
|
|
GCamPhotosPreview \
|
|
|
|
LeOS-Icons \
|
|
|
|
com.leos.icons \
|
|
|
|
LeOS-Phone \
|
|
|
|
LeOS-Contacts \
|
|
|
|
com.leos.phone \
|
|
|
|
com.leos.contacts \
|
|
|
|
me.phh.superuser \
|
|
|
|
vendor.qti.qcril.am-V1.0-java \
|
2023-12-19 13:19:06 +01:00
|
|
|
AdvancedPrivacy \
|
|
|
|
elib \
|
2024-10-24 09:22:44 +02:00
|
|
|
TrebuchetQuickStep \
|
|
|
|
ParanoidSense \
|
|
|
|
PrivacyCentral \
|
|
|
|
privacycentralapp
|
2023-12-11 11:10:41 +01:00
|
|
|
|
|
|
|
# Bootanimation
|
|
|
|
TARGET_SCREEN_WIDTH ?= 1080
|
|
|
|
TARGET_SCREEN_HEIGHT ?= 1920
|
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
bootanimation.zip
|
|
|
|
|
|
|
|
# Enforce privapp-permissions whitelist
|
|
|
|
PRODUCT_SYSTEM_PROPERTIES += \
|
|
|
|
ro.control_privapp_permissions=enforce
|