Home
last modified time | relevance | path

Searched defs:ApexInfo (Results 1 – 6 of 6) sorted by relevance

/build/soong/bazel/cquery/
Drequest_type.go265 type ApexInfo struct { struct
267 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 …]
/build/soong/android/
Dapex.go38 type ApexInfo struct { struct
46 ApexVariationName string
49 MinSdkVersion ApiLevel
52 Updatable bool
56 UsePlatformApis bool
62 InApexVariants []string
70 InApexModules []string
75 ApexContents []*ApexContents
83 ForPrebuiltApex bool
86 TestApexes []string
[all …]
/build/make/tools/releasetools/
Dota_metadata_pb2.py427 ApexInfo = _reflection.GeneratedProtocolMessageType('ApexInfo', (_message.Message,), { variable
Dota_metadata.proto70 message ApexInfo { message
Dmerge_ota.py194 def ApexInfo(file_paths): function
/build/soong/cc/
Dcc.go2885 func findApexSdkVersion(ctx android.BaseModuleContext, apexInfo android.ApexInfo) android.ApiLevel {
3769 func installable(c LinkableInterface, apexInfo android.ApexInfo) bool {