Searched defs:aapt (Results 1 – 4 of 4) sorted by relevance
86 type aapt struct { struct87 aaptSrcJar android.Path88 exportPackage android.Path89 manifestPath android.Path90 transitiveManifestPaths android.Paths91 proguardOptionsFile android.Path92 rroDirs []rroDir93 rTxt android.Path94 extraAaptPackagesFile android.Path95 mergedManifestFile android.Path[all …]
284 aapt anonMember1714 aapt anonMember
26 aapt = "aapt2" variable29 aapt = sys.argv[2] variable
33 def aapt(description, pattern_list): function