Add necessary camera HAL libraries for passthrough HIDL operation

Test: No regressions in a full camera CTS pass w/HIDL enabled
      in camara service.
Bug: 30985004

Change-Id: I9de5bd54038447d9e62cdd735555f1061033161b
diff --git a/common/base.mk b/common/base.mk
index 604ab72..01cda56 100644
--- a/common/base.mk
+++ b/common/base.mk
@@ -333,6 +333,10 @@
 LIBCAMERA += camera_test
 LIBCAMERA += org.codeaurora.camera
 
+# Enable passthrough camera HAL
+LIBCAMERA += android.hardware.camera.provider@2.4-impl
+LIBCAMERA += android.hardware.camera.device@3.2-impl
+
 # Enable binderized camera HAL
 #LIBCAMERA += android.hardware.camera.provider@2.4-service
 #LIBCAMERA += android.hardware.camera.device@3.2-impl-binderized