Home
last modified time | relevance | path

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

/build/soong/java/
Djava.go1025 type Binary struct { struct
1026 Library
1028 binaryProperties binaryProperties
1030 isWrapperVariant bool
1032 wrapperFile android.Path
1033 binaryFile android.InstallPath
1036 func (j *Binary) HostToolPath() android.OptionalPath {
1040 func (j *Binary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
1071 func (j *Binary) DepsMutator(ctx android.BottomUpMutatorContext) {
/build/soong/cc/
Dlinkable.go206 Binary() bool methodSpec
Dcc.go3073 func (c *Module) Binary() bool { func
/build/soong/rust/
Drust.go236 func (mod *Module) Binary() bool { func