Re-org SDK dir (#4690)

This commit is contained in:
Jack May
2019-06-17 11:04:38 -07:00
committed by GitHub
parent 5bf87de136
commit 2a7a9fdf03
45 changed files with 40 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
[dependencies.compiler_builtins]
path = "../../../../sdk/bpf/rust-bpf-sysroot/src/compiler-builtins"
path = "../../../../sdk/bpf/dependencies/rust-bpf-sysroot/src/compiler-builtins"
features = ["c", "mem"]
[target.bpfel-unknown-unknown.dependencies]
alloc = { path = "../../../../sdk/bpf/rust-bpf-sysroot/src/liballoc" }
alloc = { path = "../../../../sdk/bpf/dependencies/rust-bpf-sysroot/src/liballoc" }