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

Commit

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

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 e623766

Please sign in to comment.