Searched defs:aidlGenProperties (Results 1 – 1 of 1) sorted by relevance
288 type aidlGenProperties struct { struct289 Srcs []string `android:"path"`290 AidlRoot string // base directory for the input aidl file291 Imports []string292 Stability *string293 Lang string // target language [java|cpp|ndk]294 BaseName string295 GenLog bool296 Version string297 GenTrace bool[all …]