diff --git a/config/common.mk b/config/common.mk index 7cf30559428acb5c660f9854f0c3dc166b543d7a..c4d8eced4c511d3a8c20bb08b34bc86cbe041c7f 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 ee04bd0141be4d2d126a67542cb95c9ee0f11949..0000000000000000000000000000000000000000 --- 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