Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
android_vendor_lineage
Commits
1c32d2d3
Commit
1c32d2d3
authored
Mar 09, 2022
by
Rohit
Browse files
vendor/lineage: Drop partner gms makefiles
* We dont intend to ship gms inline anyways
parent
43ee5fb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
config/common.mk
View file @
1c32d2d3
...
...
@@ -365,7 +365,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)
config/partner_gms.mk
deleted
100644 → 0
View file @
43ee5fb0
ifeq
($(WITH_GMS),true)
ifeq
($(WITH_GMS_TV),true)
$(call
inherit-product,
vendor/partner_gms-tv/products/gms.mk)
else
ifeq
($(WITH_GMS_CAR),true)
$(call
inherit-product,
vendor/partner_gms-car/products/gms.mk)
else
ifeq
($(WITH_GMS_FI),true)
$(call
inherit-product,
vendor/partner_gms/products/fi.mk)
else
ifeq
($(WITH_GMS_GO),true)
$(call
inherit-product,
vendor/partner_gms/products/gms_go.mk)
else
ifeq
($(WITH_GMS_GO_2GB),true)
$(call
inherit-product,
vendor/partner_gms/products/gms_go_2gb.mk)
else
ifeq
($(WITH_GMS_MINIMAL),true)
$(call
inherit-product,
vendor/partner_gms/products/gms_minimal.mk)
else
$(call
inherit-product-if-exists,
vendor/partner_gms/products/gms.mk)
endif
endif
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment