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

Commit 5c7e170c authored by Anton Hansson's avatar Anton Hansson Committed by android-build-merger
Browse files

Merge "Make implicit 32-bit apps on 64-bit target an error" am: 3163453d am: 5c5ea6d3

am: ce922187

Change-Id: I3c6456cd3570795191ed1669eec8f0ec8c812449
parents f4daadce ce922187
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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