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

Commit

Permalink
msmzirc: 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: I5c73c32d9d609f586049428bc4f9f78231f11d6e
  • Loading branch information
Sridhar Parasuram committed Nov 20, 2014
1 parent 761ab19 commit ed6f1a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions project/msmzirc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ LOCAL_DIR := $(GET_LOCAL_DIR)

TARGET := msmzirc

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

ENABLE_USB30_SUPPORT := 1
ENABLE_SDHCI_SUPPORT := 1
ENABLE_BOOT_CONFIG_SUPPORT := 1
Expand Down

0 comments on commit ed6f1a3

Please sign in to comment.