Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72ce5717 authored by Aaron Kling's avatar Aaron Kling
Browse files

common: Allow vendors to exclude bp paths

This resolves a couple issues. Allowing bp's that don't resolve to be
in-tree. And allowing multiple copies of the same target.

Change-Id: I85cfc566e18ea9fe1cb4cd8d70a71ef80517fd41
parent 2806ce8d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Allow vendor/extra to override any property by setting it first
$(call inherit-product-if-exists, vendor/extra/product.mk)

# Allow vendor prebuilt repos to exclude themselves from bp scanning
-include $(sort $(wildcard vendor/*/*/exclude-bp.mk))

PRODUCT_BRAND ?= LineageOS

ifeq ($(PRODUCT_GMS_CLIENTID_BASE),)