diff options
author | alk3pInjection <webmaster@raspii.tech> | 2021-05-06 00:24:00 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2021-09-27 21:17:05 +0800 |
commit | 6b5f3852c90edded140f33fc55a69e8aed706cd1 (patch) | |
tree | 4cc0554f4ed036bd0499c199eb9b01b68df1e6cf | |
parent | 3bc210158c0fa698720960e3411fd3c160f6c103 (diff) |
vendor: Ship with Gapps by default
Change-Id: I2be2cbfc7f8da3e6777c5b26ba33473fbe501bd0
-rw-r--r-- | config/common.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/common.mk b/config/common.mk index d85a52f0..09144c10 100644 --- a/config/common.mk +++ b/config/common.mk @@ -310,6 +310,7 @@ endif -include $(WORKSPACE)/build_env/image-auto-bits.mk # Gapps +WITH_GMS ?= true ifeq ($(WITH_GMS),true) $(call inherit-product, vendor/gapps/common/common-vendor.mk) endif |