diff options
| author | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-12-17 19:51:44 +0000 |
|---|---|---|
| committer | Ricardo Cerqueira <cyanogenmod@cerqueira.org> | 2013-12-17 19:51:44 +0000 |
| commit | d6cddbb10d2cde157dfbc48ce4cbb1cd86fdceb4 (patch) | |
| tree | 7ac2aa96ae6d998caa26188df9f0a5c866a3f933 | |
| parent | 77c87d4b5ae61558802ed44f419feb0f355bd9a7 (diff) | |
Remove back-compat symbols
These aren't necessary anymore
| -rw-r--r-- | BoardConfig.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index f32f568..cb7c7e5 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -95,9 +95,7 @@ BOARD_HAVE_LOW_LATENCY_AUDIO := true BOARD_HAS_NO_SELECT_BUTTON := true -COMMON_GLOBAL_CFLAGS += -DQCOM_BSP_CAMERA_ABI_HACK USE_DEVICE_SPECIFIC_CAMERA := true -COMMON_GLOBAL_CFLAGS += -DNEEDS_VECTORIMPL_SYMBOLS TARGET_DISPLAY_USE_RETIRE_FENCE := true BOARD_HAVE_BLUETOOTH_QCOM := true |
