vendor: Allow providing camera server and service
Change-Id: I6d56930f4673cf7bdf99fccb87c15f0c0fc9a1d7
diff --git a/config/BoardConfigBliss.mk b/config/BoardConfigBliss.mk
index f984277..18b0cc3 100644
--- a/config/BoardConfigBliss.mk
+++ b/config/BoardConfigBliss.mk
@@ -10,3 +10,9 @@
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