exynos9610: Use minimal GMS if building with it
authorBruno Martins <bgcngm@gmail.com>
Thu, 9 Jun 2022 13:34:59 +0000 (14:34 +0100)
committerNolen Johnson <johnsonnolen@gmail.com>
Fri, 14 Apr 2023 16:51:32 +0000 (12:51 -0400)
Only minimal GMS fits.

Change-Id: If9ce99880bcd6949354f80882176aaaded9aad85

common.mk

index e20b5d6803ca2c0d8d5e1bc1423780fce10f7495..d6084e6de188f17b8d113a6e3e5756b6d49a2fec 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -142,6 +142,11 @@ PRODUCT_PACKAGES += \
     android.hardware.gatekeeper@1.0-impl \
     android.hardware.gatekeeper@1.0-service
 
+# GMS
+ifeq ($(WITH_GMS),true)
+GMS_MAKEFILE=gms_minimal.mk
+endif
+
 # GPS
 PRODUCT_PACKAGES += \
     android.hardware.gnss@2.0.vendor \