Home
last modified time | relevance | path

Searched refs:isLibrary (Results 1 – 2 of 2) sorted by relevance

/build/soong/java/
Dandroid_manifest.go47 …classLoaderContexts dexpreopt.ClassLoaderContextMap, isLibrary, useEmbeddedNativeLibs, usesNonSdkA… argument
51 if isLibrary {
129 isLibrary bool) android.Path {
132 if !isLibrary {
Daar.go107 isLibrary bool member
280 a.isLibrary, a.useEmbeddedNativeLibs, a.usesNonSdkApis, a.useEmbeddedDex, a.hasNoCode,
289 …ile = manifestMerger(ctx, a.transitiveManifestPaths[0], a.transitiveManifestPaths[1:], a.isLibrary)
290 if !a.isLibrary {
306 if a.isLibrary {
340 } else if a.isLibrary {
520 a.aapt.isLibrary = true