Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
mdm9635: disable logs in user builds
Browse files Browse the repository at this point in the history
Disable LK logging in user variant builds.

Change-Id: I13de1d1ac809e4430aa28a3f14cd7dcd46a582ee
  • Loading branch information
Sridhar Parasuram committed Nov 20, 2014
1 parent ed6f1a3 commit ecdb5d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/mdm9635.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ TARGET := mdm9635

MODULES += app/aboot

ifeq ($(TARGET_BUILD_VARIANT),user)
DEBUG := 0
else
DEBUG := 1
endif

#DEFINES += WITH_DEBUG_DCC=1
DEFINES += WITH_DEBUG_UART=1
Expand Down

0 comments on commit ecdb5d9

Please sign in to comment.