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

Commit b94202f2 authored by Andy McFadden's avatar Andy McFadden Committed by Android (Google) Code Review
Browse files

Merge "Provide default variant for x86."

parents 6b2d0b05 8d7c2b5c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
# Configuration for Linux on x86.
# Included by combo/select.make

# Provide a default variant.
ifeq ($(strip $(TARGET_ARCH_VARIANT)),)
TARGET_ARCH_VARIANT := x86
endif

# right now we get these from the environment, but we should
# pick them from the tree somewhere
$(combo_target)CC := $(CC)