commit | d5737be983a5014e70409cd32228c0b225ac8c80 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Dec 21 13:11:02 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 21 13:11:02 2023 +0000 |
tree | 6ae2cd415ae38508084e711ba24e5e30ab11ba28 | |
parent | 6826a0072f8c853fa329ff78db8a3b4eb8369e0d [diff] | |
parent | f94aa886ae9b41348729d3227b9dae87df20d67b [diff] |
Fix a typo am: f7fb082947 am: f94aa886ae Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2887807 Change-Id: I5c078d86d60132ee25b7810532f12efc81bd8f58 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/camera/metadata/aidl/android/hardware/camera/metadata/CameraMetadataTag.aidl b/camera/metadata/aidl/android/hardware/camera/metadata/CameraMetadataTag.aidl index 56aa690..3303ff9 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 @@ * * <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,