From 72f90304caaec5306749ccdeac837887510f5210 Mon Sep 17 00:00:00 2001 From: Gabriele M Date: Sun, 30 Oct 2016 18:45:36 +0100 Subject: [PATCH] peregrine: Use L-compatible camera feature enums Needed after commit c8c05b12e8ef1e25e74b6efa209d940e01275f48 ("peregrine: Partially switch to L camera blobs") Change-Id: I12a0f2bc00e6a4f048812f68ad5d3366c2149cfa --- BoardConfig.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index cd7eb4f..b3aa7c4 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -26,6 +26,9 @@ TARGET_UNIFIED_DEVICE := true # Board TARGET_BOARD_INFO_FILE := $(DEVICE_PATH)/board-info.txt +# Camera +BOARD_GLOBAL_CFLAGS += -DCAMERA_VENDOR_L_COMPAT + # Kernel TARGET_KERNEL_CONFIG := peregrine_defconfig