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

Commit 27932bf3 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Use NEON for CTS and SDK builds too.

It's 2019 and the CDD has required NEON for many years now.

I've left unbundled apps alone for now.

Test: treehugger
Change-Id: Iee22d4605a81e2840063a203b76db7df5b4f3c37
parent 9ce12752
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -16,9 +16,10 @@
# arm emulator specific definitions
TARGET_ARCH := arm

# Note: Before Pi, we built the platform images for ARMv7-A _without_ NEON.
# Note: Before P, we built the platform images for ARMv7-A _without_ NEON.
# Note: Before Q, we built the CTS and SDK images for ARMv7-A _without_ NEON.
#
ifneq ($(TARGET_BUILD_APPS)$(filter cts sdk,$(MAKECMDGOALS)),)
ifneq ($(TARGET_BUILD_APPS),)
# DO NOT USE
#
# This architecture variant should NOT be used for 32 bit arm platform