Skip to content
This repository has been archived by the owner on Oct 7, 2018. It is now read-only.

Commit

Permalink
msm8996-common: data-ipa-cfg-mgr: Disable DEBUG for userdebug builds
Browse files Browse the repository at this point in the history
Change-Id: Idaee3e6d5b3759028918559b70e04547809bc09b
  • Loading branch information
luca020400 authored and AlvaroBrey committed Jul 22, 2017
1 parent afc5ae1 commit 8c420e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-ipa-cfg-mgr/ipacm/src/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr


LOCAL_CFLAGS := -DFEATURE_IPA_ANDROID
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
LOCAL_CFLAGS += -DDEBUG
endif

Expand Down

0 comments on commit 8c420e0

Please sign in to comment.