From cc46a9b5b7713881ef38a46df1801e245bfef421 Mon Sep 17 00:00:00 2001 From: xkeita Date: Sun, 28 May 2017 07:19:21 +0000 Subject: shinano-common: Add missing TARGET_USES_MEDIA_EXTENSIONS flag Change-Id: I66ec2c421a0e9ca4bbadc4681a2bc4814b6688ef --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7968f02..6d9312e 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -56,6 +56,9 @@ BOARD_HAVE_BLUETOOTH_BCM := true BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/sony/shinano-common/bluetooth BOARD_CUSTOM_BT_CONFIG := device/sony/shinano-common/bluetooth/vnd_shinano.txt +# Camera +TARGET_USES_MEDIA_EXTENSIONS := true + # CM Hardware BOARD_HARDWARE_CLASS += device/sony/shinano-common/cmhw -- cgit v1.2.3