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