Merge "Bump supported source version." am: ac8e1f6cf3

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2111044

Change-Id: I7edf1415530db84f018d3b4b8fc109c989d18c09
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Sorin Basca
2022-05-31 16:04:30 +00:00
committed by Automerger Merge Worker

View File

@@ -47,7 +47,7 @@ import javax.tools.Diagnostic.Kind;
* Annotation processor for {@link SearchIndexable} that generates {@link SearchIndexableResources}
* subclasses.
*/
@SupportedSourceVersion(SourceVersion.RELEASE_8)
@SupportedSourceVersion(SourceVersion.RELEASE_9)
@SupportedAnnotationTypes({"com.android.settingslib.search.SearchIndexable"})
public class IndexableProcessor extends AbstractProcessor {