mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-29 12:22:21 +01:00
Move cros_vm_constants to build_library
This file used to be imported by scripts coreos-base/cros-devutils, which we have dropped. Now it is imported only from some other script in build library so move it there. This leaves lib as a directory where we keep shflags library.
This commit is contained in:
parent
421de42db5
commit
ef0dfe5c5c
@ -20,7 +20,7 @@ assert_not_root_user
|
||||
. "${BUILD_LIBRARY_DIR}/toolchain_util.sh" || exit 1
|
||||
. "${BUILD_LIBRARY_DIR}/build_image_util.sh" || exit 1
|
||||
. "${BUILD_LIBRARY_DIR}/vm_image_util.sh" || exit 1
|
||||
. "${SCRIPT_ROOT}/lib/cros_vm_constants.sh" || exit 1
|
||||
. "${BUILD_LIBRARY_DIR}/cros_vm_constants.sh" || exit 1
|
||||
|
||||
# Flags
|
||||
DEFINE_string board "${DEFAULT_BOARD}" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user