Lines Matching refs:properties
101 properties aidlGenProperties member
121 return ctx.GetDirectDepWithTag(g.properties.BaseName, interfaceDep).(*aidlInterface)
126 return iface.getImports(g.properties.Version)
130 srcs, nextImports := getPaths(ctx, g.properties.Srcs, g.properties.AidlRoot)
177 if g.properties.Lang == langJava {
179 } else if g.properties.Lang == langRust {
192 if g.properties.Version != "" {
193 version = g.properties.Version
196 if err != nil && g.properties.Version != "" {
197 ctx.PropertyErrorf(g.properties.Version, "Invalid Version string: %s", g.properties.Version)
200 …previousApiDir = filepath.Join(ctx.ModuleDir(), aidlApiDir, g.properties.BaseName, previousVersion)
203 optionalFlags := append([]string{}, g.properties.Flags...)
204 if proptools.Bool(g.properties.Unstable) != true {
219 if g.properties.GenRpc {
222 if g.properties.GenTrace {
225 if g.properties.Stability != nil {
226 optionalFlags = append(optionalFlags, "--stability", *g.properties.Stability)
228 if g.properties.Platform_apis {
231 minSdkVer := proptools.StringDefault(g.properties.Min_sdk_version, "current")
239 if !g.properties.UseUnfrozen && previousVersion != "" &&
240 !proptools.Bool(g.properties.Unstable) && g.hashFile == nil {
258 if g.properties.Lang == langJava {
271 } else if g.properties.Lang == langRust {
297 if g.properties.Lang == langNdk || g.properties.Lang == langNdkPlatform {
303 if g.properties.Lang != langCppAnalyzer {
312 if g.properties.GenLog {
316 aidlLang := g.properties.Lang
365 g.AddProperties(&g.properties)