From 58afada55d865fbe3f1a2948c307d1a29ae44c66 Mon Sep 17 00:00:00 2001 From: lijiahao Date: Fri, 9 Sep 2022 18:45:57 +0800 Subject: [PATCH] switch path deps on utils to commonlibrary Signed-off-by: lijiahao --- port/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/port/BUILD.gn b/port/BUILD.gn index e1c4ca67b..d360bc040 100644 --- a/port/BUILD.gn +++ b/port/BUILD.gn @@ -11,7 +11,7 @@ # 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") @@ -20,7 +20,7 @@ if (ohos_build_type == "debug") { include_dirs = [ "./include", "//third_party/mbedtls/include", - "//utils/native/lite/include", + "//commonlibrary/utils_lite/include", "//third_party/bounds_checking_function/include", ] } -- Gitee