OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LTP_ROOT
(Results
1 - 2
of
2
) sorted by null
/external/ltp/android/tools/
dump_make_dryrun.sh
19
LTP_ROOT
=$(realpath $TOOLS_DIR/../..)
21
if ! [ -f $
LTP_ROOT
/include/config.h ]; then
23
echo "Please run \"cd $
LTP_ROOT
; make autotools; ./configure\" first"
28
echo "Dumping output to $OUTPUT from command 'make -C $
LTP_ROOT
/testcases --dry-run'"
29
make -C $
LTP_ROOT
/testcases --dry-run > $OUTPUT
32
echo "Dumping output to $OUTPUT from command 'make -C $
LTP_ROOT
/testcases install --dry-run'"
33
make -C $
LTP_ROOT
/testcases install --dry-run > $OUTPUT
gen_android_build.sh
20
LTP_ROOT
=$(realpath $LTP_ANDROID_DIR/..)
24
OUTPUT_BP=$
LTP_ROOT
/gen.bp
26
if ! [ -f $
LTP_ROOT
/include/config.h ]; then
28
echo "Executing \"cd $
LTP_ROOT
; make autotools; ./configure\""
29
cd $
LTP_ROOT
31
$
LTP_ROOT
/configure
69
python android_build_generator.py --
ltp_root
$
LTP_ROOT
--output_mk_path $OUTPUT_MK \
Completed in 540 milliseconds