ossi: Include Gapps if exists

This commit is contained in:
lahaina
2024-04-02 23:46:36 +09:00
parent b7776524fe
commit 748a9e4df6

View File

@@ -549,3 +549,8 @@ PRODUCT_PACKAGES += \
# Inherit from vendor blobs
$(call inherit-product, vendor/oplus/mt6893-common/mt6893-common-vendor.mk)
# Gapps
ifneq ($(WITH_GMS), false)
$(call inherit-product-if-exists, vendor/gapps/arm64/arm64-vendor.mk)
endif