Home
last modified time | relevance | path

Searched refs:apexType (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/apex/
H A Dandroidmk.go84 apexType := a.properties.ApexType
88 if !a.primaryApexType && apexType != flattenedApex {
93 if strings.HasPrefix(apexName, "com.android.gki.") && apexType != flattenedApex {
102 if symbolFilesNotNeeded && apexType != flattenedApex {
157 if apexType == flattenedApex {
278 if fi.builtFile == a.manifestPbOut && apexType == flattenedApex {
357 apexType := a.properties.ApexType
363 if apexType == flattenedApex {
383 stemSuffix := apexType.suffix()
430 if apexType == imageApex {
H A Dbuilder.go404 apexType := a.properties.ApexType
405 suffix := apexType.suffix()
522 if apexType == imageApex {
660 Description: "apex (" + apexType.name() + ")",
745 Description: "apex (" + apexType.name() + ")",
786 if apexType == imageApex && (compressionEnabled || a.testOnlyShouldForceCompression()) {
/aosp12/system/apex/tests/src/com/android/tests/apex/
H A DSharedLibsApexTest.java77 private String getTestApex(ApexName apexName, ApexType apexType, ApexVersion apexVersion, in getTestApex() argument
102 switch(apexType) { in getTestApex()