HomeSort by relevance Sort by last modified time
    Searched defs:prebuilt (Results 1 - 8 of 8) sorted by null

  /ndk/build/core/
prebuilt-library.mk 16 # this file is included from prebuilt-shared-library.mk or
17 # prebuilt-static-library.mk to declare prebuilt library binaries.
28 $(call __ndk_info,ERROR:$(LOCAL_MAKEFILE):$(LOCAL_MODULE): The LOCAL_SRC_FILES for a prebuilt library should only contain one item))
39 prebuilt_path := $(call local-prebuilt-path,$(LOCAL_SRC_FILES))
40 prebuilt := $(strip $(wildcard $(prebuilt_path))) macro
42 ifndef prebuilt
61 # If LOCAL_BUILT_MODULE is not defined, then ensure that the prebuilt is
66 LOCAL_OBJECTS := $(prebuilt)
init.mk 110 # Function : host-prebuilt-tag
111 # Arguments: 1: parent path of "prebuilt"
112 # Returns : path $1/prebuilt/(HOST_TAG64) exists and NDK_HOST_32BIT isn't defined to 1,
113 # or $1/prebuilt/(HOST_TAG)
114 # Usage : $(call host-prebuilt-tag, <path>)
120 host-prebuilt-tag = $1/prebuilt/$(HOST_TAG)
122 host-prebuilt-tag = \
123 $(if $(strip $(wildcard $1/prebuilt/$(HOST_TAG64))),$1/prebuilt/$(HOST_TAG64),$1/prebuilt/$(HOST_TAG)
    [all...]
definitions.mk 527 # Returns $(true) if module $1 is a copyable prebuilt
528 # A copyable prebuilt module is one that will be copied to $NDK_OUT/<abi>/
529 # at build time. At the moment, this is only used for prebuilt shared
    [all...]
  /build/core/
multi_prebuilt.mk 50 define auto-prebuilt-boilerplate
61 $(if $(word 3,$(tw)),$(error $(LOCAL_PATH): Bad prebuilt filename '$(t)')) \
87 $(call auto-prebuilt-boilerplate, \
95 $(call auto-prebuilt-boilerplate, \
105 $(call auto-prebuilt-boilerplate, \
111 $(call auto-prebuilt-boilerplate, \
120 $(call auto-prebuilt-boilerplate, \
definitions.mk 58 # Full paths to all prebuilt files that will be copied
    [all...]
  /libcore/
CaCerts.mk 30 define include-prebuilt-with-destination-directory
45 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,target-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_target_directory))))
54 $(foreach cacert, $(cacerts), $(eval $(call include-prebuilt-with-destination-directory,host-cacert-$(notdir $(cacert)),$(cacert),$(cacerts_host_directory))))
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 131 * Obtain a path to the utilities prebuilt folder in NDK. This is typically
132 * "${NdkRoot}/prebuilt/<platform>/bin/". If the executable is not found, it simply returns
141 IPath prebuilt = ndkRoot.append("prebuilt"); //$NON-NLS-1$ local
142 if (!prebuilt.toFile().exists() || !prebuilt.toFile().canRead()) {
146 File[] platforms = prebuilt.toFile().listFiles();
149 IPath exePath = prebuilt.append(p.getName())
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 592 milliseconds