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

Commit b461acde authored by Tim Murray's avatar Tim Murray Committed by Android (Google) Code Review
Browse files

Merge "Add support for cortex-a53 variants when building 64-bit." into mnc-dev

parents 6f44670a b6b20af5
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
ifneq (,$(filter cortex-a53,$(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)))
	arch_variant_cflags := -mcpu=cortex-a53
else
	arch_variant_cflags :=
endif