OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREBUILT
(Results
1 - 5
of
5
) sorted by null
/sdk/emulator/opengl/tests/emulator_test_renderer/
Android.mk
8
PREBUILT
:= $(HOST_PREBUILT_TAG)
9
LOCAL_SDL_CONFIG ?= prebuilts/tools/$(
PREBUILT
)/sdl/bin/sdl-config
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/
Android.mk
6
PREBUILT
:= $(HOST_PREBUILT_TAG)
7
LOCAL_SDL_CONFIG ?= prebuilts/tools/$(
PREBUILT
)/sdl/bin/sdl-config
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
Android.mk
6
PREBUILT
:= $(HOST_PREBUILT_TAG)
7
LOCAL_SDL_CONFIG ?= prebuilts/tools/$(
PREBUILT
)/sdl/bin/sdl-config
/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"
105
You will need to have generated one or more
prebuilt
binary tarballs
110
Use the --
prebuilt
-dir=<path> option to build release packages from the
113
Alternatively, you can use --
prebuilt
-ndk=<file> where <file> is the pat
[
all
...]
/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)
Completed in 115 milliseconds