Home
last modified time | relevance | path

Searched defs:ShBinary (Results 1 – 2 of 2) sorted by relevance

/build/soong/android/
Dsh_binary.go63 type ShBinary struct { struct
64 ModuleBase
66 properties shBinaryProperties
68 sourceFilePath Path
69 outputFilePath OutputPath
73 ShBinary anonMember
78 func (s *ShBinary) DepsMutator(ctx BottomUpMutatorContext) {
84 func (s *ShBinary) SourceFilePath(ctx ModuleContext) Path {
88 func (s *ShBinary) OutputFile() OutputPath {
92 func (s *ShBinary) SubDir() string {
[all …]
/build/soong/apex/
Dapex.go641 func getCopyManifestForShBinary(sh *android.ShBinary) (fileToCopy android.Path, dirInApex string) {