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

Commit 493ab644 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by Android Git Automerger
Browse files

am ce5d7e04: am 7fbeda2b: Merge "Adding `all\' to INTERNAL_MODIFIER_TARGETS to fix `make all\'"

* commit 'ce5d7e04':
  Adding `all' to INTERNAL_MODIFIER_TARGETS to fix `make all'
parents cdfcc058 ce5d7e04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ endif
# These are the modifier targets that don't do anything themselves, but
# change the behavior of the build.
# (must be defined before including definitions.make)
INTERNAL_MODIFIER_TARGETS := showcommands checkbuild
INTERNAL_MODIFIER_TARGETS := showcommands checkbuild all

# Bring in standard build system definitions.
include $(BUILD_SYSTEM)/definitions.mk