Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a833bdf authored by Steven Laver's avatar Steven Laver Committed by Gerrit Code Review
Browse files

Merge "Don't check library variant identicalness for VNDK extensions"

parents f9192060 025d9816
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1104,7 +1104,7 @@ func (library *libraryDecorator) install(ctx ModuleContext, file android.Path) {
			if ctx.isVndkSp() {
				library.baseInstaller.subDir = "vndk-sp"
			} else if ctx.isVndk() {
				if !ctx.mustUseVendorVariant() {
				if !ctx.mustUseVendorVariant() && !ctx.isVndkExt() {
					library.checkSameCoreVariant = true
					if ctx.DeviceConfig().VndkUseCoreVariant() {
						library.useCoreVariant = true