Loading tools/processors/intdef_mappings/src/android/processor/IntDefProcessor.kt +6 −7 Original line number Diff line number Diff line Loading @@ -33,13 +33,12 @@ import javax.tools.Diagnostic.Kind import javax.tools.StandardLocation.CLASS_OUTPUT import kotlin.collections.set /** * The IntDefProcessor is intended to generate a mapping from ints to their respective string * identifier for each IntDef for use by Winscope or any other tool which requires such a mapping. * * The processor will run when building :frameworks-all and dump all the IntDef mappings found the * files the make up :frameworks-all as json to outputPath. * The processor will run when building :framework-minus-apex-intdefs and dump all the IntDef * mappings found in the files that make up the build target as json to outputPath. */ class IntDefProcessor : AbstractProcessor() { private val outputName = "intDefMapping.json" Loading Loading
tools/processors/intdef_mappings/src/android/processor/IntDefProcessor.kt +6 −7 Original line number Diff line number Diff line Loading @@ -33,13 +33,12 @@ import javax.tools.Diagnostic.Kind import javax.tools.StandardLocation.CLASS_OUTPUT import kotlin.collections.set /** * The IntDefProcessor is intended to generate a mapping from ints to their respective string * identifier for each IntDef for use by Winscope or any other tool which requires such a mapping. * * The processor will run when building :frameworks-all and dump all the IntDef mappings found the * files the make up :frameworks-all as json to outputPath. * The processor will run when building :framework-minus-apex-intdefs and dump all the IntDef * mappings found in the files that make up the build target as json to outputPath. */ class IntDefProcessor : AbstractProcessor() { private val outputName = "intDefMapping.json" Loading