Searched refs:build (Results 1 - 25 of 135) sorted by relevance
123456
/development/build/ |
H A D | sdk-linux-x86.atree | 20 # Note that the build-tools sub-folder uses the platform-name as a placeholder 21 # at build-time. Packaging will later change that to the actual build-tools 25 lib/libLLVM.so strip build-tools/${PLATFORM_NAME}/libLLVM.so 26 lib/libbcc.so strip build-tools/${PLATFORM_NAME}/libbcc.so 27 lib/libbcinfo.so strip build-tools/${PLATFORM_NAME}/libbcinfo.so 28 lib/libclang.so strip build-tools/${PLATFORM_NAME}/libclang.so 29 lib/libc++.so strip build-tools/${PLATFORM_NAME}/libc++.so 31 prebuilts/sdk/tools/linux/arm-linux-androideabi-ld strip build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld 32 prebuilts/sdk/tools/linux/i686-linux-android-ld strip build [all...] |
H A D | sdk-windows-x86.atree | 26 # are controled by sdk/build/tools.windows.atree. 57 # Note that the build-tools sub-folder uses the platform-name as a placeholder 58 # at build-time. Packaging will later change that to the actual build-tools 61 rm build-tools/${PLATFORM_NAME}/aapt 62 bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe 64 rm build-tools/${PLATFORM_NAME}/split-select 65 bin/split-select.exe strip build-tools/${PLATFORM_NAME}/split-select.exe 67 rm build-tools/${PLATFORM_NAME}/aidl 68 bin/aidl.exe strip build [all...] |
H A D | sdk-darwin-x86.atree | 20 # Note that the build-tools sub-folder uses the platform-name as a placeholder 21 # at build-time. Packaging will later change that to the actual build-tools 25 lib/libLLVM.dylib strip build-tools/${PLATFORM_NAME}/libLLVM.dylib 26 lib/libbcc.dylib strip build-tools/${PLATFORM_NAME}/libbcc.dylib 27 lib/libbcinfo.dylib strip build-tools/${PLATFORM_NAME}/libbcinfo.dylib 28 lib/libclang.dylib strip build-tools/${PLATFORM_NAME}/libclang.dylib 29 lib/libc++.dylib strip build-tools/${PLATFORM_NAME}/libc++.dylib 31 prebuilts/sdk/tools/darwin/arm-linux-androideabi-ld strip build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld 32 prebuilts/sdk/tools/darwin/i686-linux-android-ld strip build [all...] |
H A D | sdk.atree | 21 # sdk/build/tools.atree 71 # Note that the build-tools sub-folder uses the platform-name as a placeholder 72 # at build-time. Packaging will later change that to the actual build-tools 75 development/sdk/sdk_files_NOTICE.txt build-tools/${PLATFORM_NAME}/NOTICE.txt 76 development/sdk/build_tools_source.properties build-tools/${PLATFORM_NAME}/source.properties 77 development/sdk/build_tools_runtime.properties build-tools/${PLATFORM_NAME}/runtime.properties 79 # build tools from out/host/$(HOST_OS)-$(HOST_ARCH)/ 80 bin/aapt strip build-tools/${PLATFORM_NAME}/aapt 81 bin/aidl strip build [all...] |
/development/samples/ApiDemos/tests/src/com/example/android/apis/ |
H A D | AllTests.java | 51 .build();
|
/development/samples/SampleSyncAdapter/tests/src/com/example/android/samplesync/ |
H A D | AllTests.java | 30 return new TestSuiteBuilder(AllTests.class).includeAllPackagesUnderHere().build();
|
/development/build/tools/ |
H A D | 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') 26 # and the WIN_SDK_BUILD_PREREQ (the list of build prerequisites) 28 include $(TOPDIR)sdk/build/windows_sdk_tools.mk 47 # This is the list of *Linux* build tools that we need 49 # build prerequisite [all...] |
H A D | sdk_repo.mk | 1 # Makefile to build the SDK repository packages. 19 # Defines the rule to build an SDK repository package by zipping all 42 # Defines the rule to build an SDK repository package when the 65 # Defines the rule to build an SDK repository package when the 92 # Defines the rule to build an SDK sources package. 102 $(hide) $(TOPDIR)development/build/tools/mk_sources_zip.py --exec-zip \ 129 $(eval $(call mk-sdk-repo-pkg-2,SDK_REPO_XML_ARGS,$(HOST_OS),$(MAIN_SDK_ZIP),build-tools)) 137 $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),build-tools) \ 152 $(eval $(call mk-sdk-repo-pkg-2,SDK_REPO_XML_ARGS,windows,$(WIN_SDK_ZIP),build-tools)) 156 $(call sdk-repo-pkg-zip,windows,$(WIN_SDK_ZIP),build [all...] |
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/ |
H A D | ActionsPresets.java | 62 .build(); 78 .build(); 92 .build(); 99 .build(); 116 .build(); 123 .build(); 141 .build(); 146 .build(); 154 .build();
|
H A D | NotificationPresets.java | 110 return new Notification[] { builder.build() }; 164 return new Notification[] { builder.build() }; 196 return new Notification[] { builder.build() }; 221 return new Notification[] { builder.build() }; 244 return new Notification[] { builder.build() }; 268 wearableOptions.addPage(secondPageBuilder.build()); 270 return new Notification[] { builder.build() }; 292 wearableOptions.addPage(secondPageBuilder.build()); 299 wearableOptions.addPage(thirdPageBuilder.build()); 303 return new Notification[] { builder.build() }; [all...] |
/development/ndk/tests/ |
H A D | run-all.sh | 23 if [ ! -f "$NDK/ndk-build" -o ! -f "$NDK/build/core/ndk-common.sh" ] ; then 30 echo "Please run $NDK/build/tools/build-platforms.sh first !" 95 $NDK/ndk-build -B $JOBS 2>&1 100 $NDK/ndk-build -B $JOBS >> $MYLOG 2>&1 117 run $NDK/ndk-build -B $JOBS
|
/development/ndk/sources/android/libportable/arch-x86/ |
H A D | ioctl.c | 23 #error Bad build environment
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/provider/ |
H A D | FeedContract.java | 65 BASE_CONTENT_URI.buildUpon().appendPath(PATH_ENTRIES).build();
|
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/ |
H A D | NotificationPresets.java | 78 .build(); 85 .build(); 101 .build()) 102 .build()) 105 .build(); 155 return builder.build(); 181 .build(); 226 .build(); 242 .build(); 257 .build(); [all...] |
/development/samples/HeavyWeight/ |
H A D | Android.mk | 13 # Currently doesn't build
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
H A D | Utils.java | 52 StrictMode.setThreadPolicy(threadPolicyBuilder.build()); 53 StrictMode.setVmPolicy(vmPolicyBuilder.build());
|
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/ |
H A D | Utils.java | 67 StrictMode.setThreadPolicy(threadPolicyBuilder.build()); 68 StrictMode.setVmPolicy(vmPolicyBuilder.build());
|
/development/ndk/sources/android/libportable/arch-mips/ |
H A D | poll.c | 75 #error Bad build environment
|
H A D | resource.c | 22 #error Bad build environment
|
/development/samples/browseable/FindMyPhone/Wearable/src/com.example.android.wearable.findphone/ |
H A D | DisconnectListenerService.java | 43 Notification card = notificationBuilder.build();
|
H A D | FindPhoneActivity.java | 68 .notify(FIND_PHONE_NOTIFICATION_ID, notification.build()); 84 .notify(FIND_PHONE_NOTIFICATION_ID, notification.build());
|
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/ |
H A D | Constants.java | 58 new Uri.Builder().scheme("wear").path(GEOFENCE_DATA_ITEM_PATH).build();
|
H A D | SimpleGeofence.java | 84 .build();
|
/development/ide/xcode/ports/ |
H A D | skia_mac.cp | 22 // /Users/caryclark/android/device/build/ide/xcode/animatorTest/build/Debug/animatorTest.app/Contents/MacOS/animatorTest 28 // {client}/device/build/ide/xcode/{application} 31 const char* common = strstr(applicationPath, "build/ide/xcode/");
|
/development/samples/ApiDemos/tests/ |
H A D | Android.mk | 4 # We only want this apk build for tests.
|
Completed in 504 milliseconds
123456