OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libportable
(Results
1 - 10
of
10
) sorted by null
/ndk/toolchains/llvm-3.2/
setup.mk
83
TARGET_LDLIBS := $(NDK_ROOT)/sources/android/
libportable
/libs/armeabi-v7a/
libportable
.a $(TARGET_LDLIBS)
84
TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/
libportable
/libs/armeabi-v7a/
libportable
.wrap
94
TARGET_LDLIBS := $(NDK_ROOT)/sources/android/
libportable
/libs/armeabi/
libportable
.a $(TARGET_LDLIBS)
95
TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/
libportable
/libs/armeabi/
libportable
.wrap
105
TARGET_LDLIBS := $(NDK_ROOT)/sources/android/
libportable
/libs/x86/
libportable
.a $(TARGET_LDLIBS
[
all
...]
/ndk/toolchains/llvm-3.3/
setup.mk
83
TARGET_LDLIBS := $(NDK_ROOT)/sources/android/
libportable
/libs/armeabi-v7a/
libportable
.a $(TARGET_LDLIBS)
84
TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/
libportable
/libs/armeabi-v7a/
libportable
.wrap
94
TARGET_LDLIBS := $(NDK_ROOT)/sources/android/
libportable
/libs/armeabi/
libportable
.a $(TARGET_LDLIBS)
95
TARGET_LDFLAGS += -Wl,@$(NDK_ROOT)/sources/android/
libportable
/libs/armeabi/
libportable
.wrap
105
TARGET_LDLIBS := $(NDK_ROOT)/sources/android/
libportable
/libs/x86/
libportable
.a $(TARGET_LDLIBS
[
all
...]
/ndk/sources/android/cpufeatures/
Android.mk
18
LOCAL_SRC_FILES := $(NDK_ROOT)/sources/android/
libportable
/libs/$(TARGET_ARCH_ABI)/
libportable
.a
/ndk/build/tools/
build-libportable.sh
17
# This shell script is used to rebuild the
libportable
binaries from
28
"Rebuild
libportable
.a for the Android NDK.
30
This script builds
libportable
.a for app link with portable header.
63
register_var_option "--visible-
libportable
-static" VISIBLE_LIBPORTABLE_STATIC "Do not use hidden visibility for
libportable
.a"
90
BUILD_DIR=$NDK_TMPDIR/build-
libportable
97
# Location of the
libportable
source tree base
144
# no C++ code in
libportable
155
log "Building $DSTDIR/
libportable
.a"
156
builder_static_library
libportable
[
all
...]
dev-defaults.sh
28
# Location of the
libportable
sources, relative to the NDK root directory
29
LIBPORTABLE_SUBDIR=sources/android/
libportable
build-on-device-toolchain.sh
88
dump "Copy $ABI
libportable
library"
89
cp -f $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/
libportable
.a $OUT_SYSROOT/usr/lib
90
cp -f $NDK_DIR/$LIBPORTABLE_SUBDIR/libs/$ABI/
libportable
.wrap $OUT_SYSROOT/usr/lib
92
dump "Copy $ABI
libportable
library"
build-target-prebuilts.sh
112
dump "Building $ABIS
libportable
binaries..."
113
run $BUILDTOOLS/build-
libportable
.sh $FLAGS
114
fail_panic "Could not build
libportable
!"
package-release.sh
410
unpack_prebuilt
libportable
-libs-$ABI "$REFERENCE"
491
echo "WARNING: Could not find
libportable
source tree!"
/build/target/product/
core_base.mk
39
libportable
\
/development/ndk/sources/android/libportable/
Android.mk
20
# Device Shared Library
libportable
25
LOCAL_MODULE :=
libportable
Completed in 51 milliseconds