Searched defs:Binary (Results 1 – 4 of 4) sorted by relevance
2165 type Binary struct { struct2166 Library2168 binaryProperties binaryProperties2170 wrapperFile android.Path2171 binaryFile android.InstallPath2173 androidMkNamesOfJniLibs []string2176 func (j *Binary) HostToolPath() android.OptionalPath {2180 func (j *Binary) GenerateAndroidBuildActions(ctx android.ModuleContext) {2261 func (j *Binary) DepsMutator(ctx android.BottomUpMutatorContext) {
222 Binary() bool methodSpec
4032 func (c *Module) Binary() bool { func
344 func (mod *Module) Binary() bool { func