Fix build for s/google/partner_gms/
This commit is contained in:
parent
3d054e214d
commit
7afda0d79f
@ -1,6 +1,7 @@
|
|||||||
BUILD_GMS := yes
|
BUILD_GMS := yes
|
||||||
#include not inherit, because we must edit some values
|
#include not inherit, because we must edit some values
|
||||||
include vendor/google/products/gms_go.mk
|
-include vendor/google/products/gms_go.mk
|
||||||
|
-include vendor/partner_gms/products/gms_go.mk
|
||||||
|
|
||||||
FILTER_OUT = $(foreach v,$(2),$(if $(findstring $(1),$(v)),,$(v)))
|
FILTER_OUT = $(foreach v,$(2),$(if $(findstring $(1),$(v)),,$(v)))
|
||||||
|
|
||||||
|
3
gapps.mk
3
gapps.mk
@ -1,6 +1,7 @@
|
|||||||
BUILD_GMS := yes
|
BUILD_GMS := yes
|
||||||
ifneq ($(wildcard vendor/google),)
|
ifneq ($(wildcard vendor/google)$(wildcard vendor/partner_gms),)
|
||||||
-include vendor/google/products/gms.mk
|
-include vendor/google/products/gms.mk
|
||||||
|
-include vendor/partner_gms/products/gms.mk
|
||||||
PRODUCT_SHIPPING_API_LEVEL :=
|
PRODUCT_SHIPPING_API_LEVEL :=
|
||||||
|
|
||||||
PRODUCT_PACKAGES := $(filter-out CalendarGoogle, $(PRODUCT_PACKAGES))
|
PRODUCT_PACKAGES := $(filter-out CalendarGoogle, $(PRODUCT_PACKAGES))
|
||||||
|
Loading…
Reference in New Issue
Block a user