Home
last modified time | relevance | path

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

/build/soong/android/
Ddeapexer.go73 type DeapexerInfo struct { struct
74 apexModuleName string
80 exports map[string]WritablePath
84 func (i DeapexerInfo) ApexModuleName() string {
94 func (i DeapexerInfo) PrebuiltExportPath(apexRelativePath string) WritablePath {
188 func equivalentDeapexerInfoProviders(p1 *DeapexerInfo, p2 *DeapexerInfo) *DeapexerInfo {