diff options
| author | Edward Wang <ewang@cyngn.com> | 2015-06-26 23:20:51 -0700 |
|---|---|---|
| committer | Edward Wang <ewang@cyngn.com> | 2015-06-26 23:26:01 -0700 |
| commit | 0cb0048b48d257c4ae07177a7aa745f5072a4125 (patch) | |
| tree | e4087ad4e6188a2408ed89402e3d4da2267e8d63 /BoardConfigCommon.mk | |
| parent | ad10c2dfe32ea18790d063f514a1a07f7debc754 (diff) | |
msm8916-common: add 32bit board suffix
Change-Id: I7934d8eb91f44595296bcbf00ed32e6c3e167d7c
Diffstat (limited to 'BoardConfigCommon.mk')
| -rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index f825ea3..2d06e86 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -44,6 +44,7 @@ TARGET_2ND_CPU_VARIANT := cortex-a53 TARGET_USES_64_BIT_BINDER := true else +TARGET_BOARD_SUFFIX := _32 TARGET_ARCH := arm TARGET_ARCH_VARIANT := armv7-a-neon TARGET_CPU_ABI := armeabi-v7a |
