Searched defs:ApexInfo (Results 1 – 6 of 6) sorted by relevance
265 type ApexInfo struct { struct267 SignedOutput string `json:"signed_output"`268 SignedCompressedOutput string `json:"signed_compressed_output"`269 UnsignedOutput string `json:"unsigned_output"`270 ProvidesLibs []string `json:"provides_native_libs"`271 RequiresLibs []string `json:"requires_native_libs"`272 BundleKeyInfo []string `json:"bundle_key_info"`273 ContainerKeyInfo []string `json:"container_key_info"`274 PackageName string `json:"package_name"`275 SymbolsUsedByApex string `json:"symbols_used_by_apex"`[all …]
38 type ApexInfo struct { struct46 ApexVariationName string49 MinSdkVersion ApiLevel52 Updatable bool56 UsePlatformApis bool62 InApexVariants []string70 InApexModules []string75 ApexContents []*ApexContents83 ForPrebuiltApex bool86 TestApexes []string[all …]
427 ApexInfo = _reflection.GeneratedProtocolMessageType('ApexInfo', (_message.Message,), { variable
70 message ApexInfo { message
194 def ApexInfo(file_paths): function
2885 func findApexSdkVersion(ctx android.BaseModuleContext, apexInfo android.ApexInfo) android.ApiLevel {3769 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool {