mirror of
https://github.com/Evolution-X-Devices/device_lenovo_zippo
synced 2026-01-27 14:21:16 +00:00
zippo: Add missing soong namespace to device.mk
This commit is contained in:
committed by
chematelegram
parent
9c457f4e59
commit
2ba6431119
@@ -19,12 +19,12 @@ $(call inherit-product-if-exists, vendor/lenovo/zippo/zippo-vendor.mk)
|
||||
# sm8150-common
|
||||
$(call inherit-product, device/lenovo/sm8150-common/common.mk)
|
||||
|
||||
# Overlays
|
||||
DEVICE_PACKAGE_OVERLAYS += \
|
||||
$(LOCAL_PATH)/overlay \
|
||||
|
||||
# Face Unlock
|
||||
TARGET_FACE_UNLOCK_SUPPORTED := true
|
||||
TARGET_FACE_UNLOCK := true
|
||||
PRODUCT_PACKAGES += \
|
||||
FaceUnlockService
|
||||
|
||||
# Soong namespaces
|
||||
PRODUCT_SOONG_NAMESPACES += \
|
||||
$(LOCAL_PATH)
|
||||
|
||||
Reference in New Issue
Block a user