Lines Matching refs:android
31 flagsCSVPath android.Path
32 metadataCSVPath android.Path
33 bootDexJarPath android.Path
36 func (h *hiddenAPI) flagsCSV() android.Path {
40 func (h *hiddenAPI) metadataCSV() android.Path {
44 func (h *hiddenAPI) bootDexJar() android.Path {
49 flagsCSV() android.Path
50 metadataCSV() android.Path
51 bootDexJar() android.Path
56 func (h *hiddenAPI) hiddenAPI(ctx android.ModuleContext, dexJar android.ModuleOutPath, implementati…
57 uncompressDex bool) android.ModuleOutPath {
78 flagsCSV := android.PathForModuleOut(ctx, "hiddenapi", "flags.csv")
79 metadataCSV := android.PathForModuleOut(ctx, "hiddenapi", "metadata.csv")
88 hiddenAPIJar := android.PathForModuleOut(ctx, "hiddenapi", name+".jar")
99 func hiddenAPIGenerateCSV(ctx android.ModuleContext, flagsCSV, metadataCSV android.WritablePath,
100 classesJar android.Path) {
104 ctx.Build(pctx, android.BuildParams{
116 ctx.Build(pctx, android.BuildParams{
146 func hiddenAPIEncodeDex(ctx android.ModuleContext, output android.WritablePath, dexInput android.Pa…
156 tmpDir := android.PathForModuleOut(ctx, "hiddenapi", "dex")
159 tmpOutput = android.PathForModuleOut(ctx, "hiddenapi", "unaligned", "unaligned.jar")
160 tmpDir = android.PathForModuleOut(ctx, "hiddenapi", "unaligned")
168 ctx.Build(pctx, android.BuildParams{