Skip to content

Commit

Permalink
lineage: Build Fi GMS product if WITH_GMS_FI is defined
Browse files Browse the repository at this point in the history
Change-Id: Ia141fec1168e21726718cf11da83bb5ca0f68a56
  • Loading branch information
Rashed97 committed May 23, 2019
1 parent 6b5af98 commit fc5a8fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/partner_gms.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
ifeq ($(WITH_GMS),true)
ifeq ($(WITH_GMS_FI),true)
$(call inherit-product-if-exists, vendor/partner_gms/products/fi.mk)
else
$(call inherit-product-if-exists, vendor/partner_gms/products/gms.mk)
endif
endif

0 comments on commit fc5a8fa

Please sign in to comment.