Home
last modified time | relevance | path

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

/build/soong/cc/
Dvndk.go95 type vndkdep struct { struct
96 Properties VndkProperties
99 func (vndk *vndkdep) props() []interface{} {
103 func (vndk *vndkdep) begin(ctx BaseModuleContext) {}
105 func (vndk *vndkdep) deps(ctx BaseModuleContext, deps Deps) Deps {
109 func (vndk *vndkdep) isVndk() bool {
113 func (vndk *vndkdep) isVndkSp() bool {
117 func (vndk *vndkdep) isVndkExt() bool {
121 func (vndk *vndkdep) getVndkExtendsModuleName() string {
125 func (vndk *vndkdep) typeName() string {
[all …]
Dcc.go802 vndkdep *vndkdep member