Skip to content

Commit

Permalink
config: Use standard inherit-product-if-exists for vendor/extra
Browse files Browse the repository at this point in the history
* prepend-product-if-exists was developed specifically to handle some
  special cases where Cyanogen Inc configuration ordering needed to be
  handled ahead of the standard inclusion order.

Change-Id: Ia3e041fb9e3c84d0763d18e4a401121bc210b976
  • Loading branch information
intervigilium authored and bgcngm committed Aug 27, 2018
1 parent 7b70164 commit 53f62b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -361,4 +361,4 @@ endif
-include $(WORKSPACE)/build_env/image-auto-bits.mk
-include vendor/lineage/config/partner_gms.mk

$(call prepend-product-if-exists, vendor/extra/product.mk)
$(call inherit-product-if-exists, vendor/extra/product.mk)

0 comments on commit 53f62b4

Please sign in to comment.