Home
last modified time | relevance | path

Searched defs:Binary (Results 1 – 4 of 4) sorted by relevance

/build/soong/java/
Djava.go2165 type Binary struct { struct
2166 Library
2168 binaryProperties binaryProperties
2170 wrapperFile android.Path
2171 binaryFile android.InstallPath
2173 androidMkNamesOfJniLibs []string
2176 func (j *Binary) HostToolPath() android.OptionalPath {
2180 func (j *Binary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
2261 func (j *Binary) DepsMutator(ctx android.BottomUpMutatorContext) {
/build/soong/cc/
Dlinkable.go222 Binary() bool methodSpec
Dcc.go4032 func (c *Module) Binary() bool { func
/build/soong/rust/
Drust.go344 func (mod *Module) Binary() bool { func