Home
last modified time | relevance | path

Searched refs:AndroidModuleBase (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dimage.go209 AndroidModuleBase() *android.ModuleBase methodSpec
336 func (m *Module) AndroidModuleBase() *android.ModuleBase { func
558 if m.AndroidModuleBase().InstallInRamdisk() {
567 if m.AndroidModuleBase().InstallInVendorRamdisk() {
576 if m.AndroidModuleBase().InstallInRecovery() {
Dcc.go900 c.AndroidModuleBase().AddJSONData(d)
/build/soong/rust/
Dimage.go48 func (mod *Module) AndroidModuleBase() *android.ModuleBase { func