Build stock opengapps package and exclude hacked google cam

cm-14.1
Rashed Abdel-Tawab 6 years ago
parent 5fedde3bfd
commit 4905b0ca56
No known key found for this signature in database
GPG Key ID: 87867AAE006CB094
  1. 4
      gapps.mk

@ -1,11 +1,11 @@
LOCAL_PATH := $(call my-dir)
GAPPS_VARIANT := super
GAPPS_VARIANT := stock
GAPPS_FORCE_PACKAGE_OVERRIDES := true
GAPPS_FORCE_PIXEL_LAUNCHER := true
$(call inherit-product-if-exists, vendor/opengapps/build/opengapps-packages.mk)
#ifneq ($(filter msm8996 msm8998,$(TARGET_BOARD_PLATFORM)),)
PRODUCT_PACKAGES += GoogleCam
#PRODUCT_PACKAGES += GoogleCam
#endif # msm8996 msm8998

Loading…
Cancel
Save