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:
parent
85c6a473c4
commit
d9fdcde7d2
@ -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>
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user