From 6710b2e9d80484c65172481a978b5e4bb0bf8220 Mon Sep 17 00:00:00 2001 From: anguanglin Date: Mon, 11 Jul 2022 23:59:47 +0800 Subject: [PATCH] min refactor: mv lite to build/hb Signed-off-by: anguanglin Change-Id: Id3cf8652d535646ed6795ebad5dfa560a80b58cb --- examples/lite/BUILD.gn | 2 +- examples/lite/c_demo/test/BUILD.gn | 2 +- examples/lite/c_demo/test/unittest/common/BUILD.gn | 2 +- examples/lite/cxx_demo/test/unittest/common/BUILD.gn | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/lite/BUILD.gn b/examples/lite/BUILD.gn index f740354..7dd7300 100755 --- a/examples/lite/BUILD.gn +++ b/examples/lite/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/test.gni") +import("//build/hb/config/test.gni") subsystem_test("test") { test_components = [] diff --git a/examples/lite/c_demo/test/BUILD.gn b/examples/lite/c_demo/test/BUILD.gn index 588a75b..b4843b2 100755 --- a/examples/lite/c_demo/test/BUILD.gn +++ b/examples/lite/c_demo/test/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/test.gni") +import("//build/hb/config/test.gni") ###########################group####################### group("unittest") { diff --git a/examples/lite/c_demo/test/unittest/common/BUILD.gn b/examples/lite/c_demo/test/unittest/common/BUILD.gn index d9a50ea..ff92f8d 100755 --- a/examples/lite/c_demo/test/unittest/common/BUILD.gn +++ b/examples/lite/c_demo/test/unittest/common/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/test.gni") +import("//build/hb/config/test.gni") unittest("CalcMultiTest") { include_dirs = [ "//test/developertest/example/c_demo/include" ] diff --git a/examples/lite/cxx_demo/test/unittest/common/BUILD.gn b/examples/lite/cxx_demo/test/unittest/common/BUILD.gn index 15a74fa..c7f030e 100755 --- a/examples/lite/cxx_demo/test/unittest/common/BUILD.gn +++ b/examples/lite/cxx_demo/test/unittest/common/BUILD.gn @@ -11,7 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/test.gni") +import("//build/hb/config/test.gni") unittest("CalcSubTest") { output_extension = "bin" -- Gitee