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
9 lines
345 B
XML
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>
|