From 619d0a0163250ea6d028f1af56438692d5afd160 Mon Sep 17 00:00:00 2001
From: Nolen Johnson <johnsonnolen@gmail.com>
Date: Thu, 19 May 2022 12:25:04 -0400
Subject: [PATCH] onclite: Remove deprecated TARGET_USES_QTI_CAMERA_DEVICE

* Dead as of https://review.lineageos.org/c/LineageOS/android_vendor_lineage/+/331507.
* We already build vendor.qti.hardware.camera.device@1.0
  so we have what we need.

Change-Id: I8ec420d6264fee70a1602eecdbb4f34f2e5db3dc
---
 BoardConfig.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/BoardConfig.mk b/BoardConfig.mk
index b6b1f20..a03b007 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -98,7 +98,6 @@ BOARD_HAVE_BLUETOOTH_QCOM := true
 
 # Camera
 USE_DEVICE_SPECIFIC_CAMERA := true
-TARGET_USES_QTI_CAMERA_DEVICE := true
 BOARD_QTI_CAMERA_32BIT_ONLY := true
 TARGET_TS_MAKEUP := true
 
-- 
GitLab