Revert "msm8974-common: Make the external camera provider ignore internal cameras"

* Even though camera.device@3.4-external-impl still will look for the
  file, this is seemingly no longer required in Q due to changes
  elsewhere in the stack.

This reverts commit cf207232cb.

Change-Id: Ibd19f4d7abeafb7f4d8af1ca6226d6065058538c
This commit is contained in:
Kevin F. Haggerty 2020-09-05 11:16:30 -06:00
parent 85c6a473c4
commit d9fdcde7d2
No known key found for this signature in database
GPG Key ID: 6D95512933112729
2 changed files with 0 additions and 18 deletions

View File

@ -1,15 +0,0 @@
<ExternalCamera>
<Provider>
<!-- Internal video devices to be ignored by external camera HAL -->
<ignore>
<id>0</id>
<id>1</id>
<id>2</id>
<id>3</id>
<id>32</id>
<id>33</id>
<id>34</id>
<id>35</id>
</ignore>
</Provider>
</ExternalCamera>

View File

@ -90,9 +90,6 @@ PRODUCT_PACKAGES += \
libxml2 \
Snap
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/external_camera_config.xml:$(TARGET_COPY_OUT_VENDOR)/etc/external_camera_config.xml
# DRM
PRODUCT_PACKAGES += \
android.hardware.drm@1.0-impl \