OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDK
(Results
51 - 75
of
83
) sorted by null
1
2
3
4
/build/target/board/generic/
BoardConfig.mk
33
# of an
SDK
AVD. Note that this operation only works on Linux for now
/device/sample/products/
sample_addon.mk
14
# Copy the manifest and hardware files for the
SDK
add-on.
36
# This add-on extends the default
sdk
product.
37
$(call inherit-product, $(SRC_TARGET_DIR)/product/
sdk
.mk)
/sdk/avdlauncher/
Android.mk
6
# This simple .exe will sit at the root of the Windows
SDK
/build/core/combo/
HOST_darwin-x86.mk
32
# Use the Mac OSX
SDK
10.5 if the build host is 10.6
35
sdk_105_root := /Developer/SDKs/MacOSX10.5.
sdk
39
$(warning * Can not find
SDK
10.5 at $(sdk_105_root))
/build/core/
pdk_config.mk
57
TARGET_BUILD_JAVA_SUPPORT_LEVEL :=
sdk
142
#
SDK
used for Java build under PDK
144
$(info PDK Build uses
SDK
$(PDK_BUILD_SDK_VERSION))
envsetup.mk
59
# Windows
SDK
. Only a subset of tools and
SDK
will manage to build properly.
config.mk
412
# Collect a list of the
SDK
versions that we could compile against
416
HISTORICAL_SDK_VERSIONS_ROOT := $(TOPDIR)prebuilts/
sdk
419
# Historical
SDK
version N is stored in $(HISTORICAL_SDK_VERSIONS_ROOT)/N.
main.mk
219
# "
sdk
" :
sdk
API only
235
ifneq ($(filter
sdk
win_sdk sdk_addon,$(MAKECMDGOALS)),)
311
##
sdk
##
315
# Detect if we want to build a repository for the
SDK
320
$(error The '
sdk
' target may not be specified with any other targets)
323
# TODO: this should be eng I think. Since the
sdk
is built from the eng
328
else # !
sdk
360
# For the
sdk
goal, anything with the "samples" tag should be
395
$(info Building the
SDK
under darwin-ppc is actually obsolete and unsupported.
[
all
...]
Makefile
88
# which are available in the
SDK
. "dev-keys" marks builds signed with
195
#
sdk
-build.prop
198
# ship with the
sdk
; remove them.
210
INSTALLED_SDK_BUILD_PROP_TARGET := $(PRODUCT_OUT)/
sdk
/
sdk
-build.prop
212
@echo
SDK
buildinfo: $@
726
ifneq ($(filter
sdk
win_sdk,$(MAKECMDGOALS)),)
727
$(call dist-for-goals,
sdk
win_sdk, $(INSTALLED_FILES_FILE))
[
all
...]
/build/core/tasks/
sdk-addon.mk
41
# Files that are built and then copied into the
sdk
-addon
53
# Files that are copied directly into the
sdk
-addon
56
# All
SDK
add-ons have these files
82
@echo Packaging
SDK
Addon: $@
/development/samples/CrossCompatibility/src/com/example/android/touchexample/
VersionedGestureDetector.java
31
final int sdkVersion = Integer.parseInt(Build.VERSION.
SDK
);
/sdk/find_java/
find_java.bat
44
echo You can find the complete Android
SDK
requirements here:
45
echo http://developer.android.com/
sdk
/requirements.html
/sdk/monitor/
Android.mk
3
# Expose the Monitor RCP only for the
SDK
builds.
4
ifneq (,$(is_sdk_build)$(filter
sdk
,$(TARGET_PRODUCT)))
26
# The RCP monitor. It is referenced by build/target/products/
sdk
.mk
27
$(LOCAL_BUILT_MODULE) : $(TOPDIR)
sdk
/monitor/monitor \
28
$(TOPDIR)
sdk
/monitor/build.xml \
29
$(TOPDIR)
sdk
/monitor/build.properties \
30
$(shell $(TOPDIR)
sdk
/eclipse/scripts/create_all_symlinks.sh -d)
32
$(hide)$(TOPDIR)
sdk
/eclipse/scripts/create_all_symlinks.sh -c
33
$(hide)cd $(TOPDIR)
sdk
/monitor && \
57
$(hide)$(ACP) -fpt $(V) $(TOPDIR)
sdk
/monitor/monitor $
[
all
...]
/external/llvm/
README.android
46
* We maintain compatibility because Honeycomb
SDK
is out there.
/ndk/toolchains/x86-4.4.3/
setup.mk
63
# The ABI-specific sub-directory that the
SDK
tools recognize for
/external/compiler-rt/make/platform/
clang_darwin.mk
101
# Use our stub
SDK
as the sysroot to support more portable building.
108
# FIXME: We can't build ASAN with our stub
SDK
yet.
/external/stlport/
configure
43
--with-mssdk=<dir> use MS
SDK
from this catalog
configure.bat
367
REM Type from evc3 and/or PocketPC 2002
SDK
reported here
/external/neven/
Android.mk
103
FaceRecEm/common/src/b_FDSDK/
SDK
.c
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java
74
addResult(VERSION_SDK, Build.VERSION.
SDK
);
223
* name and availability pairs like "feature1:
sdk
:true;feature2:
sdk
:false;feature3:other:true;".
235
addFeature(features, featureName, "
sdk
", hasFeature);
259
* Use reflection to get the features defined by the
SDK
. If there are features that do not fit
263
* @return list of feature names from
sdk
/external/replicaisland/src/com/replica/replicaisland/
MainMenuActivity.java
202
final int sdkVersion = Integer.parseInt(Build.VERSION.
SDK
);
Game.java
82
final int sdkVersion = Integer.parseInt(Build.VERSION.
SDK
);
/external/wpa_supplicant_8/wpa_supplicant/
nmake.mak
5
# Note: Make sure that cl.exe is configured to include Platform
SDK
/external/chromium/third_party/libjingle/source/talk/
main.scons
143
# The Vista platform
SDK
6.0 needs at least
283
'-isysroot', '/Developer/SDKs/MacOSX10.5.
sdk
',
/external/openssl/
Crypto.mk
631
# host static library, which is used by some
SDK
tools.
Completed in 287 milliseconds
1
2
3
4