Searched defs:aapt (Results 1 – 6 of 6) sorted by relevance
95 type aapt struct { struct96 aaptSrcJar android.Path97 exportPackage android.Path98 manifestPath android.Path99 transitiveManifestPaths android.Paths100 proguardOptionsFile android.Path101 rroDirs []rroDir102 rTxt android.Path103 extraAaptPackagesFile android.Path104 mergedManifestFile android.Path[all …]
84 func overlayResourceGlob(ctx android.ModuleContext, a *aapt, dir android.Path) (res []globbedResour…
35 aapt anonMember
140 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