zippo: Add missing soong namespace to device.mk

This commit is contained in:
Marc Bourgoin
2021-09-01 00:59:24 +02:00
committed by chematelegram
parent 9c457f4e59
commit 2ba6431119

View File

@@ -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)