From ff6f27cacd051c6495b1c28cd943894fd0e4c788 Mon Sep 17 00:00:00 2001 From: luffy505 Date: Thu, 28 Apr 2022 17:51:43 +0800 Subject: [PATCH] ace to arkui Signed-off-by: luffy505 --- ace/BUILD.gn | 2 +- test_packages.gni | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ace/BUILD.gn b/ace/BUILD.gn index 13252caa0..45fefa6c0 100755 --- a/ace/BUILD.gn +++ b/ace/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -group("ace") { +group("arkui") { testonly = true deps = [ "ace_ets_component:AceEtsComponentTest", diff --git a/test_packages.gni b/test_packages.gni index d86bae0f4..5d5268f0e 100644 --- a/test_packages.gni +++ b/test_packages.gni @@ -30,7 +30,7 @@ _all_test_packages = [ "${ACTS_ROOT}/distributeddatamgr:distributeddatamgr", "${ACTS_ROOT}/updater:update", "${ACTS_ROOT}/graphic:graphic", - "${ACTS_ROOT}/ace:ace", + "${ACTS_ROOT}/arkui:arkui", "${ACTS_ROOT}/storage:storage", "${ACTS_ROOT}/compileruntime:compileruntime", "${ACTS_ROOT}/usb:usb", -- GitLab