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

Commit

Permalink
msm8610: 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: I2ae947e61cc565d7a39827bfddf9a747da7973df
  • Loading branch information
vijay kumar committed Aug 28, 2014
1 parent 6a1f32e commit 33acdfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/msm8610.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ TARGET := msm8610

MODULES += app/aboot

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

EMMC_BOOT := 1
ENABLE_SDHCI_SUPPORT := 1

Expand Down

0 comments on commit 33acdfd

Please sign in to comment.