OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:build_tools
(Results
1 - 7
of
7
) sorted by null
/external/chromium-trace/catapult/devil/devil/android/sdk/
dexdump.py
5
from devil.android.sdk import
build_tools
namespace
10
_dexdump_path = lazy.WeakConstant(lambda:
build_tools
.GetPath('dexdump'))
aapt.py
7
from devil.android.sdk import
build_tools
namespace
12
_aapt_path = lazy.WeakConstant(lambda:
build_tools
.GetPath('aapt'))
split_select.py
7
from devil.android.sdk import
build_tools
namespace
13
lambda:
build_tools
.GetPath('split-select'))
/external/lz4/cmake_unofficial/
CMakeLists.txt
17
option(
BUILD_TOOLS
"Build the command line tools" ON)
31
if(
BUILD_TOOLS
AND NOT BUILD_LIBS)
35
if(
BUILD_TOOLS
)
62
if(
BUILD_TOOLS
)
/toolchain/binutils/binutils-2.25/
configure.ac
132
build_tools
="build-texinfo build-flex build-bison build-m4 build-fixincludes"
191
build_configdirs=`echo ${build_libs} ${
build_tools
}`
[
all
...]
ChangeLog
1021
* configure.ac (
build_tools
): Remove build-byacc.
[
all
...]
configure
[
all
...]
Completed in 552 milliseconds