From dcfd03c1f11d3ed7ffdc89f1ea7b7cc7f03a511c Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 9 Jun 2022 14:34:59 +0100 Subject: [PATCH] exynos9610: Use minimal GMS if building with it Only minimal GMS fits. Change-Id: If9ce99880bcd6949354f80882176aaaded9aad85 --- common.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common.mk b/common.mk index e20b5d6..d6084e6 100644 --- 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 \ -- 2.20.1