Revert "bliss: Add a flag to the blissify function for PixelGapps users"
PixelGapps is now deprecated
This reverts commit 8114f948e44da0716620a2e24da4f4022063beba.
Change-Id: I567c544efa4edf4f4d44c9c1affb014b58b3bcfe
diff --git a/build/envsetup.sh b/build/envsetup.sh
index 29dd0a4..e952dee 100644
--- a/build/envsetup.sh
+++ b/build/envsetup.sh
@@ -957,8 +957,7 @@
echo " -c | --clean: Clean up before running the build"
echo " -d | --devclean: Clean up device tree before running the build"
echo " -v | --vanilla: Build with no added app store solution **default option** "
- echo " -g | --gapps: Build with Minimal Google Play Services added"
- echo " -p | --pixelgapps: Build with Google Pixel Gapps added"
+ echo " -g | --gapps: Build with Google Play Services added"
echo " -f | --fossa: build with FOSS (arm64-v8a) app store solutions added"
echo " -F | --fossx: build with FOSS (x86_64) app store solutions added"
echo " -m | --microg: Build with MicroG added"
@@ -980,13 +979,9 @@
export BLISS_BUILD_VARIANT=vanilla
;;
-g | --gapps)
- echo "Building with Minimal Gapps"
+ echo "Building with gapps"
export BLISS_BUILD_VARIANT=gapps
;;
- -p | --pixelgapps)
- echo "Building with Pixel Gapps"
- export BLISS_BUILD_VARIANT=pixelgapps
- ;;
-f | --fossa)
echo "Building with FOSS apps for arm64-v8a support"
export BLISS_BUILD_VARIANT=foss
diff --git a/config/common.mk b/config/common.mk
index ee27b2e..080a7e5 100644
--- a/config/common.mk
+++ b/config/common.mk
@@ -192,11 +192,6 @@
$(call inherit-product, vendor/gapps/arm64/arm64-vendor.mk)
endif
-# PixelGapps
-ifeq ($(BLISS_BUILD_VARIANT), pixelgapps)
-$(call inherit-product, vendor/gms/products/gms.mk)
-endif
-
# Plugins
#include packages/apps/Plugins/plugins.mk