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

Commit

Permalink
msm8064: disable logs in user builds
Browse files Browse the repository at this point in the history
Added checks on target build variant to suppress
LK logs in user variant builds.

CRs-Fixed: 697570
Change-Id: I2ea877ae7625bd277db9f411cd6b2190b04e5339
  • Loading branch information
vijay kumar committed Aug 28, 2014
1 parent 6a1f32e commit 00ba660
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/msm8960.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ TARGET := msm8960

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 00ba660

Please sign in to comment.