Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ANDROID_NDK
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libsnd/Scripts/
H
A
D
android-configure.sh
59
export
ANDROID_NDK
=${ANDROID_TOOLCHAIN_HOME}/android-ndk-${ANDROID_NDK_VER}
60
test -d ${
ANDROID_NDK
} || die_with "Error :
ANDROID_NDK
'$
ANDROID_NDK
' does not exist."
62
export ANDROID_PREFIX=${
ANDROID_NDK
}/toolchains/arm-linux-androideabi-${ANDROID_GCC_VER}/prebuilt/${BUILD_MACHINE}
65
export SYSROOT=${
ANDROID_NDK
}/platforms/android-${ANDROID_API_VER}/arch-arm
88
export CXXFLAGS="${CXXFLAGS} -gstabs -fno-exceptions --sysroot=${SYSROOT} -I${SYSROOT}/usr/include -I${ANDROID_PREFIX}/include -I${
ANDROID_NDK
}/sources/cxx-stl/gnu-libstdc++/${ANDROID_GCC_VER}/include/ -I${
ANDROID_NDK
}/sources/cxx-stl/gnu-libstdc++/${ANDROID_GCC_VER}/libs/armeabi/include"
/third_party/skia/platform_tools/android/bin/
H
A
D
android_build_universal_viewer
12
ndk = "$
ANDROID_NDK
"
21
ANDROID_NDK
="$(cd "$
ANDROID_NDK
"; pwd)"
61
The environment variables
ANDROID_NDK
and ANDROID_HOME must be set to the
64
ANDROID_NDK
="$
ANDROID_NDK
"
73
[ -d "$
ANDROID_NDK
" ] || usage
/third_party/skia/third_party/externals/oboe/
H
A
D
build_all_android.sh
18
# Ensure that
ANDROID_NDK
environment variable is set to your Android NDK location
23
if [ -z "$
ANDROID_NDK
" ]; then
24
echo "Please set
ANDROID_NDK
to the Android NDK folder"
36
-DCMAKE_TOOLCHAIN_FILE=${
ANDROID_NDK
}/build/cmake/android.toolchain.cmake \
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/linux/
H
A
D
build-docker.sh
176
-DANDROID_NDK=$
ANDROID_NDK
\
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/
H
A
D
build-docker.sh
176
-DANDROID_NDK=$
ANDROID_NDK
\
/third_party/spirv-tools/kokoro/scripts/linux/
H
A
D
build-docker.sh
172
-DANDROID_NDK=$
ANDROID_NDK
\
Completed in 3 milliseconds