Camera: Fix mandatory stream combination links

Some recent change in doclava resulted in broken link for {@link...}
with href's that are not class/method.

Use direct href instead.

Test: read docs
Bug: 303582215
Change-Id: I57ee60d73fe70fc2e0cd5cbf7ea73c59af398c72
This commit is contained in:
Shuzhen Wang
2023-12-04 14:39:07 -08:00
parent edbae542d9
commit ee06de115e

View File

@@ -2282,7 +2282,8 @@ enum CameraMetadataTag {
*
* <p>Whether this camera device can support identical set of stream combinations
* involving HEIC image format, compared to the
* <a href="https://developer.android.com/reference/android/hardware/camera2/CameraDevice.html#legacy-level-guaranteed-configurations">table of combinations</a> involving JPEG image format required for the device's hardware
* <a href="https://developer.android.com/reference/android/hardware/camera2/CameraDevice#legacy-level-guaranteed-configurations">table of combinations</a>
* involving JPEG image format required for the device's hardware
* level and capabilities.</p>
*/
ANDROID_HEIC_INFO_SUPPORTED = CameraMetadataSectionStart.ANDROID_HEIC_INFO_START,