Skip to content

Commit 5b61859

Browse files
techyminatiMeghthedev
authored andcommitted
cipher: Set CIPHER_GAPPS to true
* builders can set flag as false if they want vanilla variant, lets build gapps variant by default.
1 parent 9d2601f commit 5b61859

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/common.mk

+2
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ ifeq ($(CIPHER_OFFICIAL), true)
217217
CipherShades
218218
endif
219219

220+
CIPHER_GAPPS ?= true
221+
220222
# Gapps
221223
ifeq ($(CIPHER_GAPPS), true)
222224
$(call inherit-product, vendor/gapps/common/common-vendor.mk)

0 commit comments

Comments
 (0)