From 64c188b1f20952a6e531a87ddebf7a2049654916 Mon Sep 17 00:00:00 2001 From: merothh Date: Thu, 24 Mar 2022 12:21:41 +0530 Subject: [PATCH] vendor/lineage: Drop partner gms makefiles * We dont intend to ship gms inline anyways --- config/common.mk | 1 - config/partner_gms.mk | 15 --------------- 2 files changed, 16 deletions(-) delete mode 100644 config/partner_gms.mk diff --git a/config/common.mk b/config/common.mk index 7cf305594..c4d8eced4 100644 --- a/config/common.mk +++ b/config/common.mk @@ -386,7 +386,6 @@ endif endif -include $(WORKSPACE)/build_env/image-auto-bits.mk --include vendor/lineage/config/partner_gms.mk # Include configuration for partners $(call inherit-product-if-exists, vendor/partner/$(BUILD_PARTNER)/config/$(BUILD_PARTNER).mk) diff --git a/config/partner_gms.mk b/config/partner_gms.mk deleted file mode 100644 index ee04bd014..000000000 --- a/config/partner_gms.mk +++ /dev/null @@ -1,15 +0,0 @@ -ifeq ($(WITH_GMS),true) -ifeq ($(WITH_GMS_TV),true) -$(call inherit-product-if-exists, vendor/partner_gms-tv/products/gms.mk) -else ifeq ($(WITH_GMS_FI),true) -$(call inherit-product-if-exists, vendor/partner_gms/products/fi.mk) -else ifeq ($(WITH_GMS_GO),true) -$(call inherit-product-if-exists, vendor/partner_gms/products/gms_go.mk) -else ifeq ($(WITH_GMS_GO_2GB),true) -$(call inherit-product-if-exists, vendor/partner_gms/products/gms_go_2gb.mk) -else ifeq ($(WITH_GMS_MINIMAL),true) -$(call inherit-product-if-exists, vendor/partner_gms/products/gms_minimal.mk) -else -$(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk) -endif -endif -- GitLab