OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APP_ABI
(Results
126 - 130
of
130
) sorted by null
1
2
3
4
5
6
/external/ceres-solver/jni/
Application.mk
38
APP_ABI
:= armeabi-v7a
/ndk/build/core/
setup-toolchain.mk
41
$(call __ndk_info,Please modify the
APP_ABI
definition in $(NDK_APP_APPLICATION_MK) to use)
83
$(call __ndk_info,Please modify the
APP_ABI
definition in $(NDK_APP_APPLICATION_MK) to use)
definitions.mk
[
all
...]
/ndk/
ndk-gdb
128
$GNUMAKE --no-print-dir -f $ANDROID_NDK_ROOT/build/core/build-local.mk -C $PROJECT DUMP_$1
APP_ABI
=$2 | tail -1
497
APP_ABIS=`get_build_var
APP_ABI
`
541
# Add trailing space to ease whole-word matching of
APP_ABI
.
/ndk/tests/
run-tests.sh
397
default) # Let the
APP_ABI
in jni/Application.mk decide what to build
400
NDK_BUILD_FLAGS="$NDK_BUILD_FLAGS
APP_ABI
=$ABI"
505
# check
APP_ABI
506
local APP_ABIS=`get_build_var $PROJECT
APP_ABI
`
Completed in 788 milliseconds
1
2
3
4
5
6