From a0676aa9d86b00c54145adaabb579b09ba23423f Mon Sep 17 00:00:00 2001 From: Nelson Li Date: Thu, 26 Dec 2024 02:56:45 +0000 Subject: [PATCH] Refactor: Use googleDeviceConfig namespace in gs201 BoardConfig Replaces the `CitadelProvision` Soong config namespace with the more generic `googleDeviceConfig` in device/google/gs201/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: If4b3428b391762e65fbf6631f7bd60e02d73b250 --- BoardConfig-common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index 4d34a7df..b55906f8 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -22,7 +22,7 @@ TARGET_SOC := gs201 TARGET_SOC_NAME := google USES_DEVICE_GOOGLE_GS201 := true -$(call soong_config_set,CitadelProvision,target_soc,gs201) +$(call soong_config_set,googleDeviceConfig,target_soc,gs201) TARGET_ARCH := arm64 TARGET_ARCH_VARIANT := armv8-2a