Home
last modified time | relevance | path

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

/build/soong/cc/
Dvndk.go84 type vndkdep struct { struct
85 Properties VndkProperties
88 func (vndk *vndkdep) props() []interface{} {
92 func (vndk *vndkdep) begin(ctx BaseModuleContext) {}
94 func (vndk *vndkdep) deps(ctx BaseModuleContext, deps Deps) Deps {
98 func (vndk *vndkdep) isVndk() bool {
102 func (vndk *vndkdep) isVndkSp() bool {
106 func (vndk *vndkdep) isVndkExt() bool {
110 func (vndk *vndkdep) getVndkExtendsModuleName() string {
114 func (vndk *vndkdep) typeName() string {
[all …]
Dcc.go497 vndkdep *vndkdep member