From 956dba65e61278e62fbb81bec264601ef685e647 Mon Sep 17 00:00:00 2001 From: HB Hsiao Date: Mon, 24 Apr 2023 15:36:13 +0800 Subject: [PATCH] [3A tuning] Correct the valiable of target_device The camera has separated the tuning files for the project, correct the target_device as needed. Bug: 274885499 Test: build pass Change-Id: Ib39d790434742055d511137020170f9ff280ef0e --- device-akita.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device-akita.mk b/device-akita.mk index 2966ca8..78689c2 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -35,7 +35,7 @@ include device/google/gs-common/touch/gti/gti.mk # go/lyric-soong-variables $(call soong_config_set,lyric,camera_hardware,akita) $(call soong_config_set,lyric,tuning_product,ripcurrent) -$(call soong_config_set,google3a_config,target_device,shiba) +$(call soong_config_set,google3a_config,target_device,akita) DEVICE_PACKAGE_OVERLAYS += device/google/akita/akita/overlay