Skip to content

Commit

Permalink
Add TARGET_MINIFIED_GAPPS
Browse files Browse the repository at this point in the history
* MAke gapps package a bit small
  • Loading branch information
vjspranav committed May 18, 2022
1 parent 2b62b3b commit e4af0e1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -166,16 +166,14 @@ PRODUCT_PACKAGES += \

# GApps
ifeq ($(WITH_GAPPS),true)
# RRO Overlays
#$(call inherit-product, vendor/stag/config/rro_overlays.mk)
$(call inherit-product-if-exists, vendor/gms/products/gms.mk)
ifneq ($(TARGET_MINIFIED_GAPPS),true)
$(call inherit-product, vendor/PixelLauncher/PixelLauncher.mk)

# Setup some Flags, can be disabled in Device tree
TARGET_INCLUDE_STOCK_ARCORE ?= true
TARGET_INCLUDE_LIVE_WALLPAPERS ?= true
TARGET_SUPPORTS_NEXT_GEN_ASSISTANT ?= true

endif
else
ifeq ($(strip $(TARGET_BUILD_LAWNCHAIR)),true)
include vendor/lawnchair/lawnchair.mk
Expand Down

0 comments on commit e4af0e1

Please sign in to comment.