From 13a3eb7ddfa8b09e737b58eeb5ca46ffca4afbaf Mon Sep 17 00:00:00 2001 From: horngchuang Date: Thu, 8 Dec 2022 20:21:35 +0800 Subject: [PATCH] correct lyric camera_hardware variable Also to correct tuning_product variable Bug: 261683151 Test: local build pass Change-Id: If242d2a614dfd6e78cf791062127881fc401554b --- device-akita.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device-akita.mk b/device-akita.mk index e4de435..6b29436 100644 --- a/device-akita.mk +++ b/device-akita.mk @@ -29,8 +29,8 @@ include device/google/gs-common/bcmbt/bluetooth.mk include device/google/gs-common/touch/gti/gti.mk # go/lyric-soong-variables -$(call soong_config_set,lyric,camera_hardware,shiba) -$(call soong_config_set,lyric,tuning_product,shiba) +$(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) # Init files