commit | 5ca5083a136ca698674470f496b4d62bf4fef79c | [log] [tgz] |
---|---|---|
author | Jack <jackeagle102@gmail.com> | Fri Jan 24 12:02:15 2025 +0000 |
committer | Gerrit Code Review <gerrit@Omega.BlissLabs.org> | Fri Jan 24 12:02:15 2025 +0000 |
tree | 0c64b78896266e15f92064f6fd2d0fb5cfbf7722 | |
parent | 6541570a68be7edb71ce1d01976474696bfcb6aa [diff] | |
parent | 24107ae71883cc02bc934700952aa3dbd9f3980a [diff] |
Merge "bliss: Fall back to vendor/gapps if vendor/gms is not found" into voyager
diff --git a/config/common.mk b/config/common.mk index a43f082..b8267a9 100644 --- a/config/common.mk +++ b/config/common.mk
@@ -201,7 +201,11 @@ # Gapps ifeq ($(BLISS_BUILD_VARIANT), gapps) +ifneq ($(wildcard vendor/gms/products/gms.mk),) $(call inherit-product, vendor/gms/products/gms.mk) +else +$(call inherit-product, vendor/gapps/products/gapps.mk) +endif endif # Plugins