Searched defs:aapt (Results 1 – 6 of 6) sorted by relevance
96 type aapt struct { struct97 aaptSrcJar android.Path98 exportPackage android.Path99 manifestPath android.Path100 transitiveManifestPaths android.Paths101 proguardOptionsFile android.Path102 rroDirs []rroDir103 rTxt android.Path104 extraAaptPackagesFile android.Path105 mergedManifestFile android.Path[all …]
84 func overlayResourceGlob(ctx android.ModuleContext, a *aapt, dir android.Path) (res []globbedResour…
35 aapt anonMember
152 aapt anonMember
70 def make_aapt_cmds(aapt, apk): argument77 def extract_shared_uid(aapt, apk): argument95 def FindShareduidViolation(product_out, partition_map, aapt="aapt2"): argument
35 def aapt(description, pattern_list): function