Add rand crate

This commit is contained in:
Tyler Hall
2015-07-27 16:44:02 -04:00
committed by Steven Walter
parent b516012a46
commit 232d100c09
2 changed files with 24 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ OVERLAP_LIBS = "\
libc \
log \
getopts \
rand \
"
def get_overlap_deps(d):
deps = d.getVar("DEPENDS").split()