[building] rename the group name: LIBADT to Utilities. (#10267)

* [building] rename the group name: LIBADT to Utilities.
This commit is contained in:
Bernard Xiong
2025-05-16 07:31:18 +08:00
committed by GitHub
parent 33a719db63
commit 50998f4e43
6 changed files with 6 additions and 6 deletions

View File

@@ -5,5 +5,5 @@ src = list()
CPPPATH = [cwd]
group = []
group = DefineGroup('LIBADT', src, depend = ['RT_USING_ADT_BITMAP'], CPPPATH = CPPPATH)
group = DefineGroup('Utilities', src, depend = ['RT_USING_ADT_BITMAP'], CPPPATH = CPPPATH)
Return('group')