blob: 18b0cc3e19cc3a5feec812533db2ca5d2bc01817 [file] [log] [blame]
# Charger
ifeq ($(WITH_BLISS_CHARGER),true)
BOARD_HAL_STATIC_LIBRARIES := libhealthd.bliss
endif
include vendor/bliss/config/BoardConfigKernel.mk
ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
include vendor/bliss/config/BoardConfigQcom.mk
endif
include vendor/bliss/config/BoardConfigSoong.mk
ifneq ($(TARGET_USES_PREBUILT_CAMERA_SERVICE), true)
PRODUCT_SOONG_NAMESPACES += \
frameworks/av/camera/cameraserver \
frameworks/av/services/camera/libcameraservice
endif