| Interface | Description |
|---|---|
| OsFileConventions |
The policy for handling filenames and command-lines in the given Gnu Make -nB output.
|
| Class | Description |
|---|---|
| AbstractOsFileConventions |
Default implementation of the 'File' methods which are all pass-through.
|
| CompilerParser |
Define the C++ compiler parser
This contains only the flags that are explicitly needed by all of our sample test.
|
| NativeBuildConfigValueBuilder |
The purpose of this class is to take the raw output of an ndk-build -n call and to produce a
NativeBuildConfigValue instance to pass upstream through gradle.
|
| PosixFileConventions |
File conventions for Linux.
|
| WindowsFileConventions |
File conventions for Windows.
|