1 # Include this file to generate SearchIndexableResourcesImpl 2 3 LOCAL_ANNOTATION_PROCESSORS += \ 4 SettingsLib-annotation-processor 5 6 LOCAL_ANNOTATION_PROCESSOR_CLASSES += \ 7 com.android.settingslib.search.IndexableProcessor 8 9 LOCAL_STATIC_JAVA_LIBRARIES += \ 10 SettingsLib-search 11