Home
last modified time | relevance | path

Searched refs:GEN_TOOL (Results 1 – 1 of 1) sorted by relevance

/art/tools/cpp-define-generator/
Dpresubmit-check-files-up-to-date22 GEN_TOOL=cpp-define-generator-data
24 if ! which "$GEN_TOOL"; then
26 echo "ERROR: Can't find '$GEN_TOOL' in \$PATH. Perhaps try 'source build/envsetup.sh' ?" >&2
28 echo "ERROR: Can't find '$GEN_TOOL' in \$PATH. Perhaps try 'make $GEN_TOOL' ?" >&2
62 "$GEN_TOOL" > "$BUILD_COPY" || exit 1