aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin F. Haggerty <haggertk@lineageos.org>2018-08-13 07:45:11 -0600
committerfirebird11 <hbgassel@gmail.com>2019-01-12 14:03:23 +0100
commit21afbb0d9aa7ea712a0833300f2871daac337fe7 (patch)
tree32afe4713894c30c5e17ab0e9eb8e39a71e239e3
parentf81f8f47bce44784ba7b4a28ef408a9b726726e7 (diff)
g3-common: Set TARGET_NEEDS_LEGACY_CAMERA_HAL1_DYN_NATIVE_HANDLE
* This is required to enable our legacy HAL1 camera recording following OMX hardening in Ief2d2d4d0445074c0ecdc723b1b25997a7631389 Change-Id: Ide8dad10bf72fbd1acefec2f8ef4a90b0e3c0a4b
-rw-r--r--BoardConfigCommon.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index e0d2f5b..b1ea9d9 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -69,6 +69,7 @@ BOARD_HAVE_BLUETOOTH := true
USE_DEVICE_SPECIFIC_CAMERA := true
BOARD_GLOBAL_CFLAGS += -DCAMERA_VENDOR_L_COMPAT
TARGET_HAS_LEGACY_CAMERA_HAL1 := true
+TARGET_NEEDS_LEGACY_CAMERA_HAL1_DYN_NATIVE_HANDLE := true
# Crypto
TARGET_HW_DISK_ENCRYPTION := true