Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dsdk_library.go1193 type SdkLibrary struct { struct
1194 Library
1196 sdkLibraryProperties sdkLibraryProperties
1199 scopeToProperties map[*apiScope]*ApiScopeProperties
1201 commonToSdkLibraryAndImport
1203 builtInstalledForApex []dexpreopterInstall
1206 func (module *SdkLibrary) generateTestAndSystemScopesByDefault() bool {
1213 func (module *SdkLibrary) DexJarBuildPath(ctx android.ModuleErrorfContext) OptionalDexJarPath {
1221 func (module *SdkLibrary) DexJarInstallPath() android.Path {
1228 func (module *SdkLibrary) getGeneratedApiScopes(ctx android.EarlyModuleContext) apiScopes {
[all …]
/aosp_15_r20/frameworks/base/tools/aapt2/
H A DApkInfo.proto251 message SdkLibrary { message
/aosp_15_r20/packages/modules/common/build/
Dmainline_modules_sdks.py935 class SdkLibrary: class
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/aapt2/libaapt2/linux_glibc_x86_64_static/gen/proto/frameworks/base/tools/aapt2/
DApkInfo.pb.cc408 PROTOBUF_CONSTEXPR SdkLibrary::SdkLibrary( in SdkLibrary() function in aapt::pb::SdkLibrary
8753 SdkLibrary::SdkLibrary(::PROTOBUF_NAMESPACE_ID::Arena* arena, in SdkLibrary() function in aapt::pb::SdkLibrary
8759 SdkLibrary::SdkLibrary(const SdkLibrary& from) in SdkLibrary() function in aapt::pb::SdkLibrary
DApkInfo.pb.h118 class SdkLibrary; variable
5169 inline SdkLibrary() : SdkLibrary(nullptr) {} in SdkLibrary() function
5174 SdkLibrary(SdkLibrary&& from) noexcept in SdkLibrary() function
/aosp_15_r20/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp1816 class SdkLibrary : public ManifestExtractor::Element { class