Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6cc5288c authored by Arian's avatar Arian Committed by Arian
Browse files

build: Disable backuptool on user instead of GMS builds

* Backuptool is not exclusively used for GApps but
  also used by other things (i.e. Magisk), hence
  it shouldn't be disabled on all GMS builds.

Change-Id: Ia95c6fed21d7bed5e2e0610aa94264edc1d02c80
parent a2f9669a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4280,7 +4280,7 @@ else
    OTA_SCRIPT_OVERRIDE_DEVICE := $(TARGET_OTA_ASSERT_DEVICE)
endif

ifeq ($(WITH_GMS),true)
ifeq ($(TARGET_BUILD_VARIANT),user)
    $(INTERNAL_OTA_PACKAGE_TARGET): backuptool := false
else
ifneq ($(LINEAGE_BUILD),)