From 293fd7fc91fd3114943b48ac907eeaf7f133846c Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Sat, 10 Oct 2020 15:03:58 +0530 Subject: [PATCH] universal7885: Enable TARGET_CAMERA_BOOTTIME_TIMESTAMP * Ref: https://review.lineageos.org/c/LineageOS/android_frameworks_av/+/234657 Signed-off-by: SamarV-121 Change-Id: I1280bd73787bd283b34b02c7de45b88a6a68c24e --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index c6b0feb..8fe3770 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -28,6 +28,9 @@ TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a53 TARGET_EXCLUDES_AUDIOFX := true USE_XML_AUDIO_POLICY_CONF := 1 +# Camera +TARGET_CAMERA_BOOTTIME_TIMESTAMP := true + # Enable 64-bits binder TARGET_USES_64_BIT_BINDER := true