From ee06de115e7588513c30e1b063c5e616d1c6fac0 Mon Sep 17 00:00:00 2001 From: Shuzhen Wang Date: Mon, 4 Dec 2023 14:39:07 -0800 Subject: [PATCH] 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 --- .../android/hardware/camera/metadata/CameraMetadataTag.aidl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/camera/metadata/aidl/android/hardware/camera/metadata/CameraMetadataTag.aidl b/camera/metadata/aidl/android/hardware/camera/metadata/CameraMetadataTag.aidl index 56aa690777..3303ff9ac4 100644 --- a/camera/metadata/aidl/android/hardware/camera/metadata/CameraMetadataTag.aidl +++ b/camera/metadata/aidl/android/hardware/camera/metadata/CameraMetadataTag.aidl @@ -2282,7 +2282,8 @@ enum CameraMetadataTag { * *

Whether this camera device can support identical set of stream combinations * involving HEIC image format, compared to the - * table of combinations involving JPEG image format required for the device's hardware + * table of combinations + * involving JPEG image format required for the device's hardware * level and capabilities.

*/ ANDROID_HEIC_INFO_SUPPORTED = CameraMetadataSectionStart.ANDROID_HEIC_INFO_START,