blob: 18b0cc3e19cc3a5feec812533db2ca5d2bc01817 [file] [log] [blame]
Jackeaglecf6f4de2019-09-24 04:07:22 -04001# Charger
2ifeq ($(WITH_BLISS_CHARGER),true)
3 BOARD_HAL_STATIC_LIBRARIES := libhealthd.bliss
4endif
5
6include vendor/bliss/config/BoardConfigKernel.mk
7
8ifeq ($(BOARD_USES_QCOM_HARDWARE),true)
9include vendor/bliss/config/BoardConfigQcom.mk
10endif
11
12include vendor/bliss/config/BoardConfigSoong.mk
jhenrique0929974452019-12-18 18:36:05 +000013
14ifneq ($(TARGET_USES_PREBUILT_CAMERA_SERVICE), true)
15PRODUCT_SOONG_NAMESPACES += \
16 frameworks/av/camera/cameraserver \
17 frameworks/av/services/camera/libcameraservice
18endif