diff --git a/port/BUILD.gn b/port/BUILD.gn index e1c4ca67b26701c1603a676901905e15386c5d16..d360bc040da30870cb8d5eb51de66a9b67e109d3 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", ] }