a30s: Declare a flag for UDFPS

This commit is contained in:
roynatech2544 2023-11-27 22:53:21 +09:00
commit 59c21c4320
No known key found for this signature in database
GPG key ID: 389DAC92CAECBBCC

View file

@ -1,6 +1,8 @@
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
TARGET_LOCAL_ARCH := arm64
# UDFPS
TARGET_HAS_UDFPS := true
# Inherit common device configuration
$(call inherit-product, device/samsung/universal7885-common/universal7885-common.mk)