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
This commit is contained in:
parent
7270e65cfd
commit
a0676aa9d8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue