提交 58afada5 编写于 作者: L lijiahao

switch path deps on utils to commonlibrary

Signed-off-by: Nlijiahao <lijiahao36@huawei.com>
上级 d8de57ac
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
import("//build/lite/config/component/lite_component.gni") import("//build/lite/config/component/lite_component.gni")
...@@ -20,7 +20,7 @@ if (ohos_build_type == "debug") { ...@@ -20,7 +20,7 @@ if (ohos_build_type == "debug") {
include_dirs = [ include_dirs = [
"./include", "./include",
"//third_party/mbedtls/include", "//third_party/mbedtls/include",
"//utils/native/lite/include", "//commonlibrary/utils_lite/include",
"//third_party/bounds_checking_function/include", "//third_party/bounds_checking_function/include",
] ]
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册