diff options
| -rw-r--r-- | core/board_config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/board_config.mk b/core/board_config.mk index 2580a33fa9..7e55bfca20 100644 --- a/core/board_config.mk +++ b/core/board_config.mk @@ -181,7 +181,7 @@ endif # Sanity check to warn about likely cryptic errors later in the build. ifeq ($(TARGET_IS_64_BIT),true) ifeq (,$(filter true false,$(TARGET_SUPPORTS_64_BIT_APPS))) - $(warning Building a 32-bit-app-only product on a 64-bit device. \ + $(error Building a 32-bit-app-only product on a 64-bit device. \ If this is intentional, set TARGET_SUPPORTS_64_BIT_APPS := false) endif endif |