diff options
author | davidevinavil <davidevinavil@gmail.com> | 2016-11-17 20:11:36 +0100 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2016-11-17 20:11:36 +0100 |
commit | 44b9033faff8e78916698a69d981cb596132bca0 (patch) | |
tree | cb22cf1ad771793c28f28f95c04aa8ee9e3d6a31 | |
parent | 1ebfb18a229b395c76b29e7266e2798090948ddd (diff) |
fix camera
Change-Id: I4ba57538d184937d9b273245166d7287b45d5107
-rwxr-xr-x | BoardConfig.mk | 6 | ||||
-rwxr-xr-x[-rw-r--r--] | device.mk | 2 | ||||
-rw-r--r-- | keylayout/fpc1020tp.kl | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk index 5a9f9f2..87110d6 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -108,8 +108,9 @@ QCOM_BT_USE_BTNV := true QCOM_BT_USE_SMD_TTY := true # Camera -BOARD_QTI_CAMERA_32BIT_ONLY := true +BOARD_QTI_CAMERA_32BIT_ONLY := false USE_DEVICE_SPECIFIC_CAMERA := true +TARGET_HAS_LEGACY_CAMERA_HAL1 := true # Charger @@ -170,6 +171,9 @@ TARGET_PROVIDES_KEYMASTER := true # Lights TARGET_PROVIDES_LIBLIGHT := true +# Media +TARGET_USES_MEDIA_EXTENSIONS := true + # Partitions BOARD_BOOTIMAGE_PARTITION_SIZE := 67108864 BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456 diff --git a/device.mk b/device.mk index 1efec98..be6465c 100644..100755 --- a/device.mk +++ b/device.mk @@ -128,7 +128,7 @@ PRODUCT_COPY_FILES += \ # Camera PRODUCT_PACKAGES += \ - Snap + Snap # Connectivity Engine support (CNE) PRODUCT_PACKAGES += \ diff --git a/keylayout/fpc1020tp.kl b/keylayout/fpc1020tp.kl index cb6998a..1cd601e 100644 --- a/keylayout/fpc1020tp.kl +++ b/keylayout/fpc1020tp.kl @@ -1,5 +1,5 @@ key 158 BACK VIRTUAL -key 249 MENU -key 254 APP_SWITCH +key 254 MENU +key 249 APP_SWITCH key 183 HOME VIRTUAL |