/frameworks/base/tools/aapt/ |
Images.h | 4 // Build resource files from raw assets.
|
/frameworks/base/vpn/tests/vpntests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/ndk/ |
Android.mk | 2 # build the Android platform. This is not the normal usage of the NDK.
|
/ndk/build/tools/ |
rebuild-all-prebuilt.sh | 41 register_option "--build-dir=<path>" do_build_dir "Specify temporary build directory" "/tmp/<random>" 61 register_option "--try-x86" do_try_x86 "Build experimental x86 toolchain too." 76 fix_option BUILD_DIR "$OPTION_BUILD_DIR" "build directory" 81 dump "ERROR: Could not create build directory: $BUILD_DIR" 150 # Build the toolchain from sources 154 $PROGDIR/build-gcc.sh $FLAGS --build-out=$BUILD_DIR/toolchain-$1 $SRC_DIR $NDK_DIR $1 156 dump "ERROR: Could not build $1 toolchain!" 163 dump "Build $1 gdbserver... [all...] |
/ndk/sources/cpufeatures/ |
Android.mk | 3 # If targetting ARM CPUs, build the ARMv7 detection
|
/packages/apps/Calculator/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/Calendar/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/Camera/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/DeskClock/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/apps/VoiceDialer/tests/ |
Android.mk | 4 # We only want this apk build for tests.
|
/packages/providers/DownloadProvider/tests/permission/ |
Android.mk | 4 # We only want this apk build for tests.
|
/sdk/eclipse/scripts/ |
build_update_site.sh | 2 # Entry point to build the Eclipse plugins for local deployment. 5 # $1: Optional build number. If present, will be appended to the date qualifier. 6 # The build number cannot contain spaces *nor* periods (dashes are ok.) 12 # to build and create the update size but do not zip it in the destination directory.
|
/external/icu4c/samples/break/ |
readme.txt | 14 To Build break on Windows 15 1. Install and build ICU 17 3. Choose a Debug or Release build. 18 4. Build. 30 To Build on Unixes 31 1. Build ICU. 33 using the --prefix option. The steps to build ICU will look something
|
/external/icu4c/samples/cal/ |
readme.txt | 16 To Build icucal on Windows 17 1. Install and build ICU 19 3. Choose a Debug or Release build. 20 4. Build. 32 To Build on Unixes 33 1. Build ICU. icucal is built automatically by default unless samples are turned off. 35 using the --prefix option. The steps to build ICU will look something
|
/external/icu4c/samples/case/ |
readme.txt | 14 To Build case on Windows 15 1. Install and build ICU 18 3. Choose a Debug or Release build. 19 4. Build. 31 To Build on Unixes 32 1. Build ICU. 34 using the --prefix option. The steps to build ICU will look something
|
/external/icu4c/samples/coll/ |
readme.txt | 13 To Build coll on Windows 14 1. Install and build ICU 16 3. Choose a Debug or Release build. 17 4. Build. 29 To Build on Unixes 30 1. Build ICU. coll is built automatically by default unless samples are turned off. 32 using the --prefix option. The steps to build ICU will look something
|
/external/icu4c/samples/date/ |
readme.txt | 16 To Build icudate on Windows 17 1. Install and build ICU 19 3. Choose a Debug or Release build. 20 4. Build. 32 To Build on Unixes 33 1. Build ICU. icudate is built automatically by default unless samples are turned off. 35 using the --prefix option. The steps to build ICU will look something
|
/external/icu4c/samples/numfmt/ |
readme.txt | 16 To Build on Windows 17 1. Install and build ICU 19 3. Choose a Debug or Release build. 20 4. Build. 32 To Build on Unixes 33 1. Build ICU. 35 using the --prefix option. The steps to build ICU will look something
|
/external/icu4c/samples/strsrch/ |
readme.txt | 13 To Build strsrch on Windows 14 1. Install and build ICU 16 3. Choose a Debug or Release build. 17 4. Build. 29 To Build on Unixes 30 1. Build ICU. strsrch is built automatically by default unless samples are turned off. 32 using the --prefix option. The steps to build ICU will look something
|
/external/icu4c/samples/udata/ |
readme.txt | 14 To Build udata on Windows 15 1. Install and build ICU 17 3. Choose a Debug or Release build. 18 4. Build. 31 To Build on Unixes 32 1. Build ICU. 34 using the --prefix option. The steps to build ICU will look something
|
/external/icu4c/samples/uresb/ |
readme.txt | 21 To Build uresb on Windows 22 1. Install and build ICU 24 3. Choose a Debug or Release build. 25 4. Build. 37 To Build on Unixes 38 1. Build ICU. 40 using the --prefix option. The steps to build ICU will look something
|
/external/webkit/WebKitTools/Scripts/webkitpy/steps/ |
build.py | 34 class Build(AbstractStep): 38 Options.build, 43 def build(self, build_style): member in class:Build 47 if not self._options.build: 51 self.build("debug") 52 self.build("release") 54 self.build(self._options.build_style)
|
/development/build/tools/ |
windows_sdk.mk | 1 # Makefile to build the Windows SDK under linux. 3 # This file is included by build/core/Makefile when a PRODUCT-sdk-win_sdk build 8 # - build a few Windows tools 12 # made complicated by the fact the build system does not support cross-compilation. 19 $(error MinGW is required to build a Windows SDK. Please 'apt-get install mingw32') 36 # LINUX_SDK_NAME/DIR is set in build/core/Makefile 62 $(call winsdk-banner,Build Windows Tools) 66 $(call winsdk-banner,Build $(WIN_SDK_NAME)) 72 $(TOPDIR)development/build/tools/patch_windows_sdk.sh [all...] |
/development/pdk/docs/source/ |
building-dream.jd | 7 needed to do a generic build for the emulator or for unlocked Dream devices 9 a matching official image.<br><br>To build donut or master for dream (your 14 <li>At the root of your source tree, run ". build/envsetup.sh" like you normally would for an emulator build. 20 <li>run "lunch aosp_dream_us-eng" to specifically configure the build system for dream (the default is the equivalent of "lunch generic-eng", which doesn't contain dream-specific files).<br></li> 25 To build cupcake for dream (your device needs to be an ADP1 running an official 1.5 system):<br><ol><li>Follow the <a href="{@docRoot}source/download.html">normal steps</a> 28 <li>At the root of your source tree, run ". build/envsetup.sh" like you normally would for an emulator build. 32 <li>run "lunch htc_dream-eng" to specifically configure the build system for dream (the default is the equivalent of "lunch generic-eng", which doesn't contain dream-specific files).<br></li> 37 * The Dream device software contains some proprietary binaries.For contractual reasons, these cannot be redistributed to be used directly with the Android Open-Source Project, but the provided script may be used to extract these binaries from your development device so that they can be correctly included in your build.These libraries include the openGL|ES library, the Qualcomm camera library, the HTC Radio Interfac (…) [all...] |
/external/bluetooth/glib/build/win32/vs9/ |
glib.sln | 68 {12BCA020-EABF-429E-876A-A476BC9C10C0}.Debug|Win32.Build.0 = Debug|Win32
70 {12BCA020-EABF-429E-876A-A476BC9C10C0}.Debug|x64.Build.0 = Debug|x64
72 {12BCA020-EABF-429E-876A-A476BC9C10C0}.Release|Win32.Build.0 = Release|Win32
74 {12BCA020-EABF-429E-876A-A476BC9C10C0}.Release|x64.Build.0 = Release|x64
76 {4214047C-F5C1-40B3-8369-5DCED8C32770}.Debug|Win32.Build.0 = Debug|Win32
78 {4214047C-F5C1-40B3-8369-5DCED8C32770}.Debug|x64.Build.0 = Debug|x64
80 {4214047C-F5C1-40B3-8369-5DCED8C32770}.Release|Win32.Build.0 = Release|Win32
82 {4214047C-F5C1-40B3-8369-5DCED8C32770}.Release|x64.Build.0 = Release|x64
84 {F172EFFC-E30F-4593-809E-DB2024B1E753}.Debug|Win32.Build.0 = Debug|Win32
86 {F172EFFC-E30F-4593-809E-DB2024B1E753}.Debug|x64.Build.0 = Debug|x64 [all...] |