Lines Matching defs:aidlGenProperties
288 type aidlGenProperties struct { struct
289 Srcs []string `android:"path"`
290 AidlRoot string // base directory for the input aidl file
291 Imports []string
292 Stability *string
293 Lang string // target language [java|cpp|ndk]
294 BaseName string
295 GenLog bool
296 Version string
297 GenTrace bool
298 Unstable *bool