From 1df78bd7836f595417ee272a461498586743b8b8 Mon Sep 17 00:00:00 2001 From: anguanglin Date: Mon, 11 Jul 2022 01:07:36 +0800 Subject: [PATCH] min refactor: mv lite to build/hb Signed-off-by: anguanglin Change-Id: Ie21e2e3ec371ef60823bdfcf59cc4e10b71cb7a2 --- services/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/BUILD.gn b/services/BUILD.gn index 07f4ca6..fa78715 100644 --- a/services/BUILD.gn +++ b/services/BUILD.gn @@ -10,8 +10,8 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/component/lite_component.gni") -import("//build/lite/ndk/ndk.gni") +import("//build/hb/config/component/lite_component.gni") +import("//build/hb/ndk/ndk.gni") lite_component("bootstrap") { features = [ "//base/startup/bootstrap_lite/services/source:bootstrap" ] -- Gitee