diff options
author | Danny Lin <danny@kdrag0n.dev> | 2020-12-15 17:51:09 -0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2021-09-27 21:17:05 +0800 |
commit | 3bc210158c0fa698720960e3411fd3c160f6c103 (patch) | |
tree | 393e46ed931b155c9438e0a620840b8763ede42e | |
parent | e157c60c712552256ce7b8648a307a77fa7952e0 (diff) |
vendor: Control gapps inclusion with WITH_GMS
Change-Id: Ie7a26ad663fc1b489dfc5027db8f5ac97f806602
-rw-r--r-- | config/common.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/common.mk b/config/common.mk index 77c38429..d85a52f0 100644 --- a/config/common.mk +++ b/config/common.mk @@ -308,3 +308,8 @@ endif endif -include $(WORKSPACE)/build_env/image-auto-bits.mk + +# Gapps +ifeq ($(WITH_GMS),true) +$(call inherit-product, vendor/gapps/common/common-vendor.mk) +endif |