diff --git a/applications/BUILD.gn b/applications/BUILD.gn index fe1ca219286f289d73b30821487f63975c6071db..7a4af20c1fca1a2cc8c123335d5fe69b55c1487b 100644 --- a/applications/BUILD.gn +++ b/applications/BUILD.gn @@ -13,8 +13,8 @@ group("applications") { testonly = true - deps = [ - "settingsdata:settingsdata", + deps = [ "print_fwk:print_fwk", + "settingsdata:settingsdata", ] -} \ No newline at end of file +}