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

Commit

Permalink
apq8064: 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: I7ce9111e1e1836715050ed7957ebbc067cf39f4c
  • Loading branch information
Sridhar Parasuram committed Nov 20, 2014
1 parent b1afb5f commit 355b7ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project/apq8064.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ TARGET := apq8064

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 355b7ba

Please sign in to comment.