Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/filesystem/
H A Draw_binary.go40 type rawBinary struct { struct
41 android.ModuleBase
43 properties rawBinaryProperties
45 output android.Path
46 installDir android.InstallPath
64 func (r *rawBinary) DepsMutator(ctx android.BottomUpMutatorContext) {
68 func (r *rawBinary) installFileName() string {
72 func (r *rawBinary) GenerateAndroidBuildActions(ctx android.ModuleContext) {
96 func (r *rawBinary) AndroidMkEntries() []android.AndroidMkEntries {
105 func (r *rawBinary) OutputPath() android.Path {
[all …]