From 0c9f44cdbdf19c82cb4657d58f44b320921a8ce3 Mon Sep 17 00:00:00 2001 From: shihchienc Date: Thu, 1 Sep 2022 07:41:37 +0000 Subject: [PATCH] Differentiate COD between phone and non-phone project Since we have tablet project and its COD device class should not be same as phone, we need to add tag for each tablet project so that when we build project, we can use different COD setting toward different projects. Bug: 244403430 Test: build project and check EIR tablet should have ComputeR/handheld PC/PDA class and phone should have Phone/Smartphone class Change-Id: If7eed69ad9c9a24c9f2366cfa970886255f8c322 --- device-tangorpro.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/device-tangorpro.mk b/device-tangorpro.mk index 7be29c1..f22d00a 100644 --- a/device-tangorpro.mk +++ b/device-tangorpro.mk @@ -36,6 +36,11 @@ DISABLE_CAMERA_FS_AF := true # Disable baro, prox, hifi sensor related xml with a disable flag. DISABLE_SENSOR_BARO_PROX_HIFI := true +# Identify the device type. +# This flag need to be set before device/google/gs201/device.mk +# to have tablet COD setting +USE_TABLET_BT_COD := true + include device/google/tangorpro/audio/tangorpro/audio-tables.mk include device/google/gs201/device-shipping-common.mk