HomeSort by relevance Sort by last modified time
    Searched refs:prebuilts (Results 1 - 4 of 4) sorted by null

  /ndk/build/tools/
make-release.sh 185 timestamp_clear build-prebuilts
186 timestamp_clear build-host-prebuilts
187 timestamp_clear build-darwin-prebuilts
188 timestamp_clear build-mingw-prebuilts
193 if timestamp_check build-prebuilts; then
195 if timestamp_check build-host-prebuilts; then
199 timestamp_set build-host-prebuilts
202 if timestamp_check build-darwin-prebuilts; then
203 dump "Building Darwin prebuilts through ssh to $DARWIN_SSH..."
206 timestamp_set build-darwin-prebuilts
    [all...]
rebuild-all-prebuilt.sh 18 # Rebuild all prebuilts. This requires that you have a toolchain source tree
54 "This script is used to rebuild all host and target prebuilts from scratch.
61 All prebuilts will then be archived into tarball that will be stored into a
97 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR"
98 fail_panic "Could not build host prebuilts!"
102 $PROGDIR/build-target-prebuilts.sh $TARGET_FLAGS "$SRC_DIR"
103 fail_panic "Could not build target prebuilts!"
  /external/qemu/
android-configure.sh 67 --no-prebuilts) OPTION_NO_PREBUILTS=yes
106 echo " --no-prebuilts do not use prebuilt libraries and compiler"
  /ndk/build/core/
setup-toolchain.mk 78 # Define the root path where toolchain prebuilts are stored

Completed in 111 milliseconds