android_device_google_gs-co.../camera/vendor.android.hardware.camera.preview-dis.xml
Krzysztof Kosiński b105faa34a Remove PRODUCT_COPY_FILES from lyric.mk.
Convert the digital image stabilization XML to prebuilt_etc rule.
Remove the stuff related to dualcamcapture, this test app has been
removed in ag/20832070.

Bug: 280523635
Bug: 280523636
Test: local build
Change-Id: I3f9f752311a349cfef486e75d0c6dcfb0fa45d5c
2023-05-04 05:29:28 +00:00

9 lines
345 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- This is to advertise that the camera device supports preview digital image stabilization
in both front and back cameras-->
<permissions>
<feature name="vendor.android.hardware.camera.preview-dis.front" />
<feature name="vendor.android.hardware.camera.preview-dis.back" />
</permissions>