commit | 6906a85d51c23d177714fe8620434610c0429efe | [log] [tgz] |
---|---|---|
author | Avichal Rakesh <arakesh@google.com> | Tue Apr 02 15:56:08 2024 -0700 |
committer | Avichal Rakesh <arakesh@google.com> | Tue Apr 02 16:07:33 2024 -0700 |
tree | 0cd613e68fca319133a58b5ea413f4a5579e59af | |
parent | eea67acf83b546593d219e3ae98ab8776b0870f0 [diff] |
Camera2: Remove manual changes from CameraCharacteristics The INFO_DEVICE_ID entry in CameraCharacteristics was modified by hand.This means that anytime metadata-generate is executed, it will create an unnecessary diff reverting the manual change. To prevent polluting other changes, this CL reverts the manual diff by running metadata-generate. Test: Builds successfully. Test: Only documentation change. No functional changes. Change-Id: I6b0c56163f599c7fcce152b2fe298639b7ee6313