Home
last modified time | relevance | path

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

/build/soong/cc/
Dcompiler.go621 if compiler.hasAidl(deps) {
749 func (compiler *baseCompiler) hasAidl(deps PathDeps) bool { func
Dcc.go921 var hasAidl, hasLex, hasProto, hasRenderscript, hasSysprop, hasWinMsg, hasYacc bool
923 hasAidl = b.hasSrcExt(".aidl")
960 "AidlSrcs": hasAidl,
967 …"OnlyCSrcs": !(hasAidl || hasLex || hasProto || hasRenderscript || hasSysprop || hasW…
Dlibrary.go1645 if library.baseCompiler.hasAidl(deps) {