From 56fd7fd6717bf2ab326856298974cec81e8157fd Mon Sep 17 00:00:00 2001 From: Nelson Li Date: Thu, 26 Dec 2024 02:52:46 +0000 Subject: [PATCH] Refactor: Use googleDeviceConfig namespace in gs101 BoardConfig Replaces the `CitadelProvision` Soong config namespace with the more generic `googleDeviceConfig` in device/google/gs101/BoardConfig-common.mk. This improves clarity and consistency, as the namespace is used for configurations beyond Citadel-related functionality. Flag: EXEMPT refactor Bug: 386114735 Test: m CitadelProvision Change-Id: Id601ebc72c00e3961b850676896ffd8c206156ee --- BoardConfig-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index febe480c..6a7a47a9 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -22,7 +22,7 @@ TARGET_SOC := gs101 TARGET_SOC_NAME := google USES_DEVICE_GOOGLE_GS101 := true -$(call soong_config_set,CitadelProvision,target_soc,gs101) +$(call soong_config_set,googleDeviceConfig,target_soc,gs101) TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-2a