Package com.android.builder.model
Interface NativeFile
public interface NativeFile
A native source file with compile settings.
-
Method Summary
Modifier and TypeMethodDescriptionThe source file.The name of aNativeSettingsfor the source file.The working directory for the compiler.
-
Method Details
-
getFilePath
The source file. -
getSettingsName
The name of aNativeSettingsfor the source file. -
getWorkingDirectory
The working directory for the compiler.
-