diff options
| author | Ethan Chen <intervigil@gmail.com> | 2015-03-25 21:23:04 -0700 |
|---|---|---|
| committer | Michael Bestas <mikeioannina@gmail.com> | 2015-07-06 03:23:58 +0300 |
| commit | 40388cd5d98ded47e4f9fe930092bcd5b28ae179 (patch) | |
| tree | 5ec21e51e7f420c2e4dbc43dd675e719c3fbedf4 /BoardConfigCommon.mk | |
| parent | 1e738eae79733d81eb76e296b754a020dff83507 (diff) | |
msm8916-common: Add debug kernel snippet
Change-Id: I258815ecc0d87c282f3d5af226625be0892e0445
Diffstat (limited to 'BoardConfigCommon.mk')
| -rw-r--r-- | BoardConfigCommon.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2d06e86..add4797 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -72,6 +72,9 @@ TARGET_KERNEL_CROSS_COMPILE_PREFIX := aarch64-linux-android- TARGET_USES_UNCOMPRESSED_KERNEL := true endif TARGET_KERNEL_SOURCE := kernel/cyanogen/msm8916 +ifneq ($(TARGET_BUILD_VARIANT),user) +TARGET_KERNEL_ADDITIONAL_CONFIG := cyanogenmod_debug_config +endif # ANT+ BOARD_ANT_WIRELESS_DEVICE := "vfs-prerelease" |
