diff options
| author | Joey Rizzoli <joey@cyanogenmoditalia.it> | 2016-10-02 14:45:20 +0200 |
|---|---|---|
| committer | Joey Rizzoli <joey@cyanogenmoditalia.it> | 2016-10-14 16:40:39 +0200 |
| commit | 9f1c2d1cbc131322eea4b8d7049c823f4e88ae30 (patch) | |
| tree | 995b72b678fe89d978b3bf8ede113f0bc77aa824 | |
| parent | 6341ba892565886a305dfd61d5ac226290ddb51b (diff) | |
cancro: COMMON_GLOBAL_CFLAGS to BOARD_GLOBAL_CFLAGS
Change-Id: I17de1ea1792c4466489c4e65bd2104d953a13a43
| -rw-r--r-- | BoardConfig.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index db24551..a0617a6 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -41,8 +41,8 @@ TARGET_CPU_SMP := true TARGET_CPU_VARIANT := krait # Flags -COMMON_GLOBAL_CFLAGS += -D__ARM_USE_PLD -D__ARM_CACHE_LINE_SIZE=64 -DUSE_RIL_VERSION_10 -COMMON_GLOBAL_CPPFLAGS += -DUSE_RIL_VERSION_10 +BOARD_GLOBAL_CFLAGS += -D__ARM_USE_PLD -D__ARM_CACHE_LINE_SIZE=64 -DUSE_RIL_VERSION_10 +BOARD_GLOBAL_CPPFLAGS += -DUSE_RIL_VERSION_10 # Kernel BOARD_KERNEL_CMDLINE := console=none vmalloc=340M androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 |
