Jackeagle | cf6f4de | 2019-09-24 04:07:22 -0400 | [diff] [blame] | 1 | # Charger |
| 2 | ifeq ($(WITH_BLISS_CHARGER),true) |
| 3 | BOARD_HAL_STATIC_LIBRARIES := libhealthd.bliss |
| 4 | endif |
| 5 | |
| 6 | include vendor/bliss/config/BoardConfigKernel.mk |
| 7 | |
| 8 | ifeq ($(BOARD_USES_QCOM_HARDWARE),true) |
| 9 | include vendor/bliss/config/BoardConfigQcom.mk |
| 10 | endif |
| 11 | |
| 12 | include vendor/bliss/config/BoardConfigSoong.mk |
jhenrique09 | 2997445 | 2019-12-18 18:36:05 +0000 | [diff] [blame^] | 13 | |
| 14 | ifneq ($(TARGET_USES_PREBUILT_CAMERA_SERVICE), true) |
| 15 | PRODUCT_SOONG_NAMESPACES += \ |
| 16 | frameworks/av/camera/cameraserver \ |
| 17 | frameworks/av/services/camera/libcameraservice |
| 18 | endif |