HomeSort by relevance Sort by last modified time
    Searched refs:SDK (Results 76 - 99 of 99) sorted by null

1 2 34

  /build/core/
pdk_config.mk 65 TARGET_BUILD_JAVA_SUPPORT_LEVEL := sdk
151 # SDK used for Java build under PDK
153 $(info PDK Build uses SDK $(PDK_BUILD_SDK_VERSION))
config.mk 46 SRC_API_DIR := $(TOPDIR)prebuilts/sdk/api
314 LINT := prebuilts/sdk/tools/lint
415 # Collect a list of the SDK versions that we could compile against
419 HISTORICAL_SDK_VERSIONS_ROOT := $(TOPDIR)prebuilts/sdk
422 # Historical SDK version N is stored in $(HISTORICAL_SDK_VERSIONS_ROOT)/N.
450 RS_PREBUILT_CLCORE := prebuilts/sdk/renderscript/lib/$(TARGET_ARCH)/libclcore.bc
452 RS_PREBUILT_COMPILER_RT := prebuilts/sdk/renderscript/lib/$(TARGET_ARCH)/libcompiler_rt.a
main.mk 267 # "sdk" : sdk API only
283 ifneq ($(filter sdk win_sdk sdk_addon,$(MAKECMDGOALS)),)
352 ## sdk ##
356 # Detect if we want to build a repository for the SDK
361 $(error The 'sdk' target may not be specified with any other targets)
364 # TODO: this should be eng I think. Since the sdk is built from the eng
369 else # !sdk
401 # For the sdk goal, anything with the "samples" tag should be
421 $(info Building the SDK under darwin-ppc is actually obsolete and unsupported.
    [all...]
Makefile 94 # which are available in the SDK. "dev-keys" marks builds signed with
208 # sdk-build.prop
211 # ship with the sdk; remove them.
223 INSTALLED_SDK_BUILD_PROP_TARGET := $(PRODUCT_OUT)/sdk/sdk-build.prop
225 @echo SDK buildinfo: $@
778 $(call dist-for-goals, sdk win_sdk sdk_addon, $(INSTALLED_FILES_FILE))
    [all...]
  /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/llvm/
README.android 53 * We maintain compatibility because Honeycomb SDK is out there.
  /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/compiler-rt/make/platform/
clang_darwin.mk 125 # Use our stub SDK as the sysroot to support more portable building.
133 # FIXME: We can't build ASAN with our stub SDK yet.
  /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
  /sdk/adtproductbuild/
Android.mk 4 # This is invoked from sdk/eclipse/scripts/build_server.sh using
5 # something like "make PRODUCT-sdk-adt_eclipse_ide".
11 # Expose the ADT Eclipse IDE build only for the SDK when building adt_eclipse_ide
12 ifneq (,$(is_sdk_build)$(filter sdk sdk_x86 sdk_mips,$(TARGET_PRODUCT)))
24 ADT_IDE_MODULE_DEPS := $(TOPDIR)sdk/adtproductbuild/$(LOCAL_MODULE)
30 ADT_IDE_JAVA_LIBS := $(shell $(TOPDIR)sdk/eclipse/scripts/create_all_symlinks.sh -d)
34 ADT_VERSION := $(shell grep Bundle-Version $(TOPDIR)sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF | sed 's/.*: \([0-9]\+.[0-9]\+.[0-9]\+\).*/\1/')
40 $(ADT_IDE_JAVA_TARGET) : $(TOPDIR)sdk/adtproductbuild/adt_eclipse_ide \
41 $(TOPDIR)sdk/adtproductbuild/build.xml \
42 $(TOPDIR)sdk/adtproductbuild/build.properties
    [all...]
  /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',
  /bionic/libc/
Android.mk 523 # crtbrand.c needs <stdint.h> and a #define for the platform SDK version.
  /frameworks/base/docs/html/training/
training_toc.cs 16 "After you've installed the Android SDK, start with this class
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 1314 milliseconds

1 2 34