Searched
full:build (Results
601 -
625 of
4575) sorted by null
<<21222324252627282930>>
/frameworks/base/docs/html/guide/developing/tools/ |
zipalign.jd | 16 distributing it to end-users. The Android build tools can handle 19 The build scripts used 22 your project {@code build.properties} file, so that the build tools
|
/frameworks/base/media/jni/ |
Android.mk | 67 # build libsoundpool.so
|
/frameworks/base/test-runner/ |
Android.mk | 29 # additionally, build unit tests in a separate .apk
|
/frameworks/base/test-runner/tests/ |
Android.mk | 18 # We only want this apk build for tests.
|
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/ |
OuterTest.java | 35 return testSuiteBuilder.includeAllPackagesUnderHere().build();
|
/frameworks/base/tests/BrowserPowerTest/ |
Android.mk | 18 # We only want this apk build for tests.
|
/frameworks/base/tools/aapt/ |
Android.mk | 30 LOCAL_C_INCLUDES += build/libs/host/include
|
/frameworks/base/tools/localize/ |
Android.mk | 26 build/libs/host/include
|
/ndk/build/core/ |
default-application.mk | 21 # We expect the build script to be located here
|
setup-app.mk | 16 # this file is included repeatedly from build/core/main.mk 17 # and is used to prepare for app-specific build rules. 24 # ok, let's parse all Android.mk source files in order to build 61 # This ensures that if the build fails, you're not going to mistakenly
|
/packages/experimental/procstatlog/ |
Android.mk | 17 # Build a static binary for maximum portability
|
/prebuilt/linux-x86/icu-4.2/ |
readme.txt | 3 the Android build process. The tools can be
|
/system/core/ |
README | 8 be required for the simulator build.
|
/system/wlan/ti/ |
Android.mk | 19 # in order to build the TI wlan components.
|
/development/build/tools/ |
make_windows_sdk.sh | 2 # Quick semi-auto file to build Windows SDK tools. 7 # - Expects to have one of the existing SDK (Darwin or Linux) to build the Windows one 90 [ -f "build/envsetup.sh" ] || die "Please run this from the 'android' directory" 95 function build() { function 97 # IMPORTANT: For Cygwin to be able to build Android targets here, 98 # you will generally need to edit build/core/main.mk and add directories 105 . build/envsetup.sh 107 # Disable parallel build: it generates "permission denied" issues when 119 || die "Build failed" 125 make -j 4 emulator || die "Build failed [all...] |
/development/testrunner/test_defs/ |
test_walker.py | 43 or the Android build root is reached. 72 logger.Log('%s is not a sub-directory of build root %s' % 85 """Return true if given path is within current Android build tree. 91 True if path is within Android build tree 96 """Convert given path to one relative to build tree root. 102 The converted path relative to build tree root. 105 ValueError: if path is not within build tree 127 # Try to build as much of original path as possible, so 131 # build both 'foo' and 'foo/sub' will fail. 271 build_path: the build path to use for tes [all...] |
/external/stlport/ |
configure | 7 configmak=$base/build/Makefiles/gmake/config.mak 63 --without-debug don't build debug variant 64 --without-stldebug don't build STLport's STLP_DEBUG mode 65 --enable-static build static 66 --disable-shared don't build shared 120 echo include gcc.mak > ${base}/build/lib/Makefile 121 echo include gcc.mak > ${base}/build/test/unit/Makefile 122 echo include gcc.mak > ${base}/build/test/eh/Makefile 238 echo include $target.mak > ${base}/build/lib/Makefile 239 echo include $target.mak > ${base}/build/test/unit/Makefil [all...] |
/ndk/build/tools/ |
build-ndk-sysroot.sh | 17 # build-ndk-sysroot.sh 22 # after that, you may use build/tools/package-ndk-sysroot.sh to package 25 # NOTE: this is different from the Android toolchain original build-sysroot.sh 60 --build-out=*) 76 echo "Collect files from an Android build tree and assembles a sysroot" 86 echo " --build-out=<path> set Android build out directory" 128 echo "The build out path is not a valid directory: $OPTION_BUILD_OUT" 134 SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/arch-$ABI 135 COMMON_ROOT=$NDK_ROOT/build/platforms/$PLATFORM/commo [all...] |
/build/core/ |
build-system.html | 22 <title>Android Build System</title> 72 <h1><a name="My_Project_" />Android Build System</h1> 86 <p>The primary goals of reworking the build system are (1) to make dependencies 88 improve performance of the build system so that unnecessary modules are not 89 rebuilt, and so doing a top-level build when little or nothing needs to be done 90 for a build takes as little time as possible.</p> 96 <p>It needs to be possible to build the Android platform for multiple targets. 99 <li>The build system will support building tools for the host platform, 100 both ones that are used in the build process itself, and developer tools 102 <li>The build system will need to be able to build tools on Linu [all...] |
/dalvik/dexdump/ |
Android.mk | 35 ## Build the device command line tool dexdump 56 ## Build the host command line tool dexdump
|
/dalvik/libcore/security/src/test/java/tests/targets/security/cert/ |
CertPathBuilderTest.java | 55 method="build", 74 CertPathBuilderResult builderResult = pathBuilder.build(params);
|
/dalvik/libnativehelper/ |
Android.mk | 51 # Build for the target (device). 71 # Build for the host.
|
/device/sample/products/ |
sample_addon.mk | 39 # Real name of the add-on. This is the name used to build the add-on. 40 # Use 'make PRODUCT-<PRODUCT_NAME>-sdk_addon' to build the add-on.
|
/external/bluetooth/glib/debian/ |
build | 3 # Adjust debian/changelog and build a new 43 print NEWCHANGELOG "$package ($new_version) unstable; urgency=low\n\n * CVS snapshot build at " . scalar localtime() . "\n\n -- $maintainer " . `date -R` . "\n";
|
/external/e2fsprogs/e2fsck/ |
Android.mk | 4 # Build the libext2 profile library 48 # Build the e2fsck binary
|
Completed in 122 milliseconds
<<21222324252627282930>>