Files
android_device_samsung_pa3q/device.mk
chaptsand bcc2a952d8 dm3q: overlay: Disable fingerprint cleanups
The fingerprint driver of the Samsung S23 series does not
support the enumeration function, causing the fingerprint
data to be cleaned up after rebooting.

https://review.lineageos.org/c/LineageOS/android_frameworks_base/+/416652

Change-Id: I3f6e6b2f97402a5aa1cd6e49efee24646aa9d167
2025-07-06 22:25:57 -03:00

41 lines
855 B
Makefile

#
# Copyright (C) 2024 The LineageOS Project
#
# SPDX-License-Identifier: Apache-2.0
#
# AAPT
PRODUCT_AAPT_CONFIG := normal
PRODUCT_AAPT_PREF_CONFIG := xxxhdpi
# Boot animation
TARGET_SCREEN_HEIGHT := 2340
TARGET_SCREEN_WIDTH := 1080
# Init
PRODUCT_PACKAGES += \
init.dm3q.rc
# Namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)
# Overlays
PRODUCT_PACKAGES += \
FrameworksResDm3q \
LineageResDm3q \
SystemUIResDm3q \
WifiResTargetDm3q
# WiFi firmware symlinks
PRODUCT_PACKAGES += \
firmware_wlanmdsp.otaupdate_symlink \
firmware_wlan_mac.bin_symlink \
firmware_WCNSS_qcom_cfg.ini_symlink
# Inherit from the common OEM chipset makefile.
$(call inherit-product, device/samsung/sm8550-common/common.mk)
# Inherit from the proprietary files makefile.
$(call inherit-product, vendor/samsung/dm3q/dm3q-vendor.mk)