未验证 提交 3d4d4d93 编写于 作者: O openharmony_ci 提交者: Gitee

!57 switch path deps on utils to commonlibrary in third_party_mbedtls

Merge pull request !57 from Leon/master
...@@ -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.
先完成此消息的编辑!
想要评论请 注册