Home
last modified time | relevance | path

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

/build/soong/cc/
Dimage.go208 AndroidModuleBase() *android.ModuleBase methodSpec
335 func (m *Module) AndroidModuleBase() *android.ModuleBase { func
557 if m.AndroidModuleBase().InstallInRamdisk() {
566 if m.AndroidModuleBase().InstallInVendorRamdisk() {
575 if m.AndroidModuleBase().InstallInRecovery() {
/build/soong/rust/
Dimage.go48 func (mod *Module) AndroidModuleBase() *android.ModuleBase { func