commit | 2b16275c92b7708e664595d84ce24ec9dbbcfb6c | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Mar 20 01:05:51 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 20 01:05:51 2024 +0000 |
tree | 66aae3d3e37728d85a4bde20faa135c4a60586f1 | |
parent | f151e33065f32f6856121a644a24d9b936839c23 [diff] | |
parent | 2116f9c807f1a219fc6b81afbb07dd53bfa21986 [diff] |
Merge "Fix annotation in doc" into main am: 2116f9c807 Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3002168 Change-Id: Ifad839be9e7199fc52cc40178dd5b109bc6b97e6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/graphics/mapper/stable-c/include/android/hardware/graphics/mapper/IMapper.h b/graphics/mapper/stable-c/include/android/hardware/graphics/mapper/IMapper.h index 75e436d..23de7b9 100644 --- a/graphics/mapper/stable-c/include/android/hardware/graphics/mapper/IMapper.h +++ b/graphics/mapper/stable-c/include/android/hardware/graphics/mapper/IMapper.h
@@ -87,7 +87,7 @@ * * Vendor-provided metadata should be prefixed with a "vendor.mycompanyname.*" namespace. It is * recommended that the metadata follows the pattern of StandardMetadaType.aidl. That is, an - * aidl-defined enum with @VendorStability on it and the naming then matching that type such + * aidl-defined enum with @VintfStability on it and the naming then matching that type such * as "vendor.mycompanyname.graphics.common.MetadataType" with the value field then set to the * aidl's enum value. *