Skip to content

Commit

Permalink
defconfig.mk: Add support -perf-defconfig userdebug build
Browse files Browse the repository at this point in the history
 Add support -perf-defconfig userdebug build

Change-Id: I6ef5db58b275cf1bb2ea3cdb85352074c82f2460
Signed-off-by: Jiangli Yuan <[email protected]>
Reviewed-on: http://gerrit.mot.com/692016
SLTApproved: Slta Waiver <[email protected]>
Tested-by: Jira Key <[email protected]>
Reviewed-by: Jeffrey Carlyle <[email protected]>
Submit-Approved: Jira Key <[email protected]>
  • Loading branch information
Jiangli Yuan authored and sultanqasim committed Jan 13, 2019
1 parent 732fa88 commit 8694e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defconfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DEFCONFIGSRC := kernel/arch/$(KERNEL_ARCH)/configs
LJAPDEFCONFIGSRC := ${DEFCONFIGSRC}/ext_config
PRODUCT_SPECIFIC_DEFCONFIGS := $(DEFCONFIGSRC)/$(KERNEL_DEFCONFIG)
TARGET_DEFCONFIG := $(KERNEL_OUT)/mapphone_defconfig
KERNEL_DEBUG_DEFCONFIG := $(LJAPDEFCONFIGSRC)/debug-$(subst _defconfig,,$(KERNEL_DEFCONFIG)).config
KERNEL_DEBUG_DEFCONFIG := $(LJAPDEFCONFIGSRC)/debug-$(subst -perf,,$(subst _defconfig,,$(KERNEL_DEFCONFIG))).config

# add debug config file for non-user build
ifneq ($(TARGET_BUILD_VARIANT), user)
Expand Down

0 comments on commit 8694e7b

Please sign in to comment.