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

Commit 28f7861c authored by Simon Shields's avatar Simon Shields
Browse files

config: use AOSP RIL for non-lineage builds

Change-Id: I1ffc45426c16920d138bfd6b3940f16899b70e65
parent 760e1e31
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -186,6 +186,10 @@ FIND_LEAVES_EXCLUDES := $(addprefix --prune=, $(SCAN_EXCLUDE_DIRS) .repo .git)
# General entries for project pathmap.  Any entries listed here should
# be device and hardware independent.
$(call project-set-path-variant,recovery,RECOVERY_VARIANT,bootable/recovery)
ifeq ($(LINEAGE_BUILD),)
# AOSP targets should use AOSP RIL
$(call project-set-path,ril,hardware/ril)
endif

-include vendor/extra/BoardConfigExtra.mk
-include vendor/lineage/config/BoardConfigLineage.mk