projects
/
GitHub
/
LineageOS
/
android_device_motorola_exynos9610-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c02ee41
)
exynos9610: Use minimal GMS if building with it
author
Bruno Martins
<bgcngm@gmail.com>
Thu, 9 Jun 2022 13:34:59 +0000
(14:34 +0100)
committer
Nolen Johnson
<johnsonnolen@gmail.com>
Fri, 14 Apr 2023 16:51:32 +0000
(12:51 -0400)
Only minimal GMS fits.
Change-Id: If9ce99880bcd6949354f80882176aaaded9aad85
common.mk
patch
|
blob
|
blame
|
history
diff --git
a/common.mk
b/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 \