Merge "Update supported version for IndexableProcessor to Java 11" am: acc5373da5
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2110705 Change-Id: Ic2293dfaef072e02cfc3265b41e52ddd64c22a3f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -47,7 +47,7 @@ import javax.tools.Diagnostic.Kind;
|
|||||||
* Annotation processor for {@link SearchIndexable} that generates {@link SearchIndexableResources}
|
* Annotation processor for {@link SearchIndexable} that generates {@link SearchIndexableResources}
|
||||||
* subclasses.
|
* subclasses.
|
||||||
*/
|
*/
|
||||||
@SupportedSourceVersion(SourceVersion.RELEASE_9)
|
@SupportedSourceVersion(SourceVersion.RELEASE_11)
|
||||||
@SupportedAnnotationTypes({"com.android.settingslib.search.SearchIndexable"})
|
@SupportedAnnotationTypes({"com.android.settingslib.search.SearchIndexable"})
|
||||||
public class IndexableProcessor extends AbstractProcessor {
|
public class IndexableProcessor extends AbstractProcessor {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user