cm: Add partner makefile

Change-Id: I81d46bb7f492abd95be65af58514ae395d9c6cfc
This commit is contained in:
Steve Kondik 2016-09-02 21:11:11 -07:00
parent 79fa59b3be
commit 960c4f46f0
2 changed files with 4 additions and 1 deletions

View file

@ -361,7 +361,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
ro.cm.display.version=$(CM_DISPLAY_VERSION) ro.cm.display.version=$(CM_DISPLAY_VERSION)
-include $(WORKSPACE)/build_env/image-auto-bits.mk -include $(WORKSPACE)/build_env/image-auto-bits.mk
-include vendor/cm/config/partner_gms.mk
-include vendor/cyngn/product.mk -include vendor/cyngn/product.mk
$(call prepend-product-if-exists, vendor/extra/product.mk) $(call prepend-product-if-exists, vendor/extra/product.mk)

3
config/partner_gms.mk Normal file
View file

@ -0,0 +1,3 @@
ifeq ($(WITH_GMS),true)
$(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk)
endif