diff options
author | alk3pInjection <webmaster@raspii.tech> | 2021-04-18 16:15:49 +0800 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2021-09-27 21:17:05 +0800 |
commit | e157c60c712552256ce7b8648a307a77fa7952e0 (patch) | |
tree | d34415ae6475af9482b0373455e71187cbb5887d | |
parent | a77000e87f7a2d14ffde68545aafc9c9e26ace7e (diff) |
Revert "cm: Add partner makefile"
This reverts commit 960c4f46f051b678994c6b656f0030a5a223a022.
Signed-off-by: alk3pInjection <webmaster@raspii.tech>
Change-Id: Icd6894086b68af9139fec82327a3c6ead5fe7b3b
-rw-r--r-- | config/common.mk | 1 | ||||
-rw-r--r-- | config/partner_gms.mk | 15 |
2 files changed, 0 insertions, 16 deletions
diff --git a/config/common.mk b/config/common.mk index d344b3f5..77c38429 100644 --- a/config/common.mk +++ b/config/common.mk @@ -308,4 +308,3 @@ endif endif -include $(WORKSPACE)/build_env/image-auto-bits.mk --include vendor/lineage/config/partner_gms.mk diff --git a/config/partner_gms.mk b/config/partner_gms.mk deleted file mode 100644 index ee04bd01..00000000 --- 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 |