OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREBUILT
(Results
1 - 8
of
8
) sorted by null
/development/tools/emulator/opengl/tests/emulator_test_renderer/
Android.mk
8
PREBUILT
:= $(HOST_PREBUILT_TAG)
9
LOCAL_SDL_CONFIG ?=
prebuilt
/$(
PREBUILT
)/sdl/bin/sdl-config
/development/tools/emulator/opengl/tests/translator_tests/GLES_CM/
Android.mk
6
PREBUILT
:= $(HOST_PREBUILT_TAG)
7
LOCAL_SDL_CONFIG ?=
prebuilt
/$(
PREBUILT
)/sdl/bin/sdl-config
/development/tools/emulator/opengl/tests/translator_tests/GLES_V2/
Android.mk
6
PREBUILT
:= $(HOST_PREBUILT_TAG)
7
LOCAL_SDL_CONFIG ?=
prebuilt
/$(
PREBUILT
)/sdl/bin/sdl-config
/development/pdk/pndk/config/
config.mk
1
# Assumes
PREBUILT
is defined to point to the correct flavor of the
prebuilt
4
CC := $(
PREBUILT
)/toolchain/arm-eabi-4.2.1/bin/arm-eabi-gcc
5
AR := $(
PREBUILT
)/toolchain/arm-eabi-4.2.1/bin/arm-eabi-ar
/ndk/build/tools/
package-release.sh
19
# You will need
prebuilt
toolchain binary tarballs or a previous
26
. `dirname $0`/
prebuilt
-common.sh
42
register_var_option "--
prebuilt
-dir=<path>" PREBUILT_DIR "Specify
prebuilt
directory"
44
# a
prebuilt
NDK archive (.zip file). empty means don't use any
46
register_var_option "--
prebuilt
-ndk=<file>" PREBUILT_NDK "Specify
prebuilt
ndk package"
86
You will need to have generated one or more
prebuilt
binary tarballs
91
Use the --
prebuilt
-dir=<path> option to build release packages from the
94
Alternatively, you can use --
prebuilt
-ndk=<file> where <file> is the pat
[
all
...]
/development/pdk/pndk/samples/samplejni/
Makefile
6
# Assumes
PREBUILT
is defined to point to the
prebuilt
directory of the Android source
13
ALIB := $(
PREBUILT
)/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/interwork/libgcc.a
/external/qemu/distrib/
update-audio.sh
3
# this script is used to update the
prebuilt
libqemu-audio.a file in the Android source tree
4
# we use a
prebuilt
package because we don't want to force the installation of the ALSA / EsounD / Whatever
22
# find the
prebuilt
directory
49
PREBUILT
=$(locate_depot_files //branches/cupcake/android/
prebuilt
/$OS)
/ndk/build/core/
definitions.mk
354
# Returns $(true) if module $1 is
prebuilt
355
# A
prebuilt
module is one declared with BUILD_PREBUILT_SHARED_LIBRARY or
358
module-is-
prebuilt
= $(call module-class-is-
prebuilt
,$(call module-get-class,$1))
744
handle-
prebuilt
-module-filename = $(eval $(call ev-handle-
prebuilt
-module-filename,$1))
752
define ev-handle-
prebuilt
-module-filename
[
all
...]
Completed in 196 milliseconds