mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-22 23:40:11 +00:00
switch path deps on utils to commonlibrary
Signed-off-by: lijiahao <lijiahao36@huawei.com>
This commit is contained in:
parent
71ce305d92
commit
164b8ddcce
@ -9,7 +9,7 @@
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# 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.
|
||||
# limitations under the License.
|
||||
|
||||
if (ohos_kernel_type == "liteos_a" || ohos_kernel_type == "linux") {
|
||||
executable("checksum") {
|
||||
|
@ -20,7 +20,7 @@ static_library("hctest") {
|
||||
include_dirs = [
|
||||
"include",
|
||||
"//third_party/unity/src",
|
||||
"//utils/native/lite/include",
|
||||
"//commonlibrary/utils_lite/include",
|
||||
"//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr",
|
||||
"//base/startup/bootstrap_lite/services/source",
|
||||
"//base/startup/init/interfaces/innerkits/include/syspara",
|
||||
|
Loading…
Reference in New Issue
Block a user