diff options
author | tunturn <arbiter1000@gmail.com> | 2017-02-22 14:12:36 +1100 |
---|---|---|
committer | nailyk <nailyk-fr@users.noreply.github.com> | 2017-02-22 09:54:35 +0100 |
commit | 50cba8f39896a21a96a2cbbd83780dbba97706bf (patch) | |
tree | 8f1fad8166a8cb35b1c4fbe216a70333014b7675 | |
parent | 1c3eb4721ee15a7fff6e8055797be99837c16fc7 (diff) |
BoardConfigCommon: move other camera flags to msm8974-common
-rw-r--r-- | BoardConfigCommon.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index dba366f..17f3e21 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -43,10 +43,6 @@ BOARD_HAVE_BLUETOOTH_BCM := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/sony/shinano-common/bluetooth BOARD_BLUEDROID_VENDOR_CONF := device/sony/shinano-common/bluetooth/vnd_shinano.txt -# Camera -USE_DEVICE_SPECIFIC_CAMERA := true -TARGET_NEEDS_PLATFORM_TEXT_RELOCATIONS := true - # CM Hardware BOARD_HARDWARE_CLASS += device/sony/shinano-common/cmhw |