Home | History | Annotate | Download | only in java

Lines Matching refs:aidl

112 		// There's no aidl for other SDKs yet.
113 // TODO(77525052): Add aidl files for other SDKs too.
115 aidl := filepath.Join(public_dir, "framework.aidl")
117 aidlPath := android.ExistentPathForSource(ctx, aidl)
133 ctx.PropertyErrorf("sdk_version", "invalid sdk version %q, %q does not exist", v, aidl)
140 aidl: android.OptionalPathForPath(aidlPath.Path()),
144 toModule := func(m, r string, aidl android.Path) sdkDep {
150 aidl: android.OptionalPathForPath(aidl),
243 // Create framework.aidl by extracting anything that implements android.os.Parcelable from the SDK stubs modules.
282 aidl := android.PathForOutput(ctx, "aidl", pathtools.ReplaceExtension(jar.Base(), "aidl"))
285 Text("rm -f").Output(aidl)
289 Output(aidl)
291 aidls = append(aidls, aidl)
296 tempPath := combinedAidl.ReplaceExtension(ctx, "aidl.tmp")
308 rule.Build(pctx, ctx, "framework_aidl", "generate framework.aidl")
313 return android.PathForOutput(ctx, "framework.aidl")