booster / com.didiglobal.booster.aapt2 / ResourcesInternal / CompiledFile / Builder / setSourcePath

setSourcePath

fun setSourcePath(value: String!): Builder!


        The filesystem path to where the source file originated.
        Mainly used to display helpful error messages.
        
string source_path = 4;

Parameters

value - String!: The sourcePath to set.

Return
Builder!: This builder for chaining.