Home
last modified time | relevance | path

Searched refs:build (Results 1 – 25 of 223) sorted by relevance

123456789

/development/build/
Dsdk.atree21 # sdk/build/tools.atree
67 # Note that the build-tools sub-folder uses the platform-name as a placeholder
68 # at build-time. Packaging will later change that to the actual build-tools
71 development/sdk/sdk_files_NOTICE.txt build-tools/${PLATFORM_NAME}/NOTICE.txt
72 development/sdk/build_tools_source.properties build-tools/${PLATFORM_NAME}/source.properties
73 development/sdk/build_tools_runtime.properties build-tools/${PLATFORM_NAME}/runtime.properties
75 # build tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
76 bin/aapt strip build-tools/${PLATFORM_NAME}/aapt
77 bin/aapt2 strip build-tools/${PLATFORM_NAME}/aapt2
78 bin/aidl strip build-tools/${PLATFORM_NAME}/aidl
[all …]
Dsdk-windows-x86.atree26 # are controled by sdk/build/tools.windows.atree.
58 # Note that the build-tools sub-folder uses the platform-name as a placeholder
59 # at build-time. Packaging will later change that to the actual build-tools
63 …x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/libwinpthread-1.dll strip build-tools/${PLATFORM_N…
65 rm build-tools/${PLATFORM_NAME}/aapt
66 bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe
68 rm build-tools/${PLATFORM_NAME}/aapt2
69 bin/aapt2.exe strip build-tools/${PLATFORM_NAME}/aapt2.exe
71 rm build-tools/${PLATFORM_NAME}/lib64/libaapt2_jni.so
72 lib/libaapt2_jni.dll strip build-tools/${PLATFORM_NAME}/libaapt2_jni.dll
[all …]
Dsdk-linux-x86.atree26 # Note that the build-tools sub-folder uses the platform-name as a placeholder
27 # at build-time. Packaging will later change that to the actual build-tools
31 lib64/libLLVM.so strip build-tools/${PLATFORM_NAME}/lib64/lib…
32 lib64/libbcc.so strip build-tools/${PLATFORM_NAME}/lib64/lib…
33 lib64/libbcinfo.so strip build-tools/${PLATFORM_NAME}/lib64/lib…
34 lib64/libclang.so strip build-tools/${PLATFORM_NAME}/lib64/lib…
35 lib64/libc++.so strip build-tools/${PLATFORM_NAME}/lib64/lib…
36 lib64/libaapt2_jni.so strip build-tools/${PLATFORM_NAME}/lib64/lib…
38 prebuilts/sdk/tools/linux/bin/arm-linux-androideabi-ld strip build-tools/${PLATFORM_NAME}/arm-lin…
39 prebuilts/sdk/tools/linux/bin/aarch64-linux-android-ld strip build-tools/${PLATFORM_NAME}/aarch64…
[all …]
Dsdk-darwin-x86.atree26 # Note that the build-tools sub-folder uses the platform-name as a placeholder
27 # at build-time. Packaging will later change that to the actual build-tools
31 lib64/libLLVM.dylib strip build-tools/${PLATFORM_NAME}/lib64/li…
32 lib64/libbcc.dylib strip build-tools/${PLATFORM_NAME}/lib64/li…
33 lib64/libbcinfo.dylib strip build-tools/${PLATFORM_NAME}/lib64/li…
34 lib64/libclang.dylib strip build-tools/${PLATFORM_NAME}/lib64/li…
35 lib64/libc++.dylib strip build-tools/${PLATFORM_NAME}/lib64/li…
36 lib64/libaapt2_jni.dylib strip build-tools/${PLATFORM_NAME}/lib64/li…
38 prebuilts/sdk/tools/darwin/bin/arm-linux-androideabi-ld strip build-tools/${PLATFORM_NAME}/arm-li…
39 prebuilts/sdk/tools/darwin/bin/aarch64-linux-android-ld strip build-tools/${PLATFORM_NAME}/aarch6…
[all …]
/development/scripts/
Daday6 def build_to_date(build): argument
7 letter = build[2]
8 day = int(build[3:5])
/development/samples/devbytes/telephony/SmsSampleProject/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
8 classpath 'com.android.tools.build:gradle:1.2.3'
11 // in the individual module build.gradle files
/development/tools/checkcolor/
Dbuild.gradle9 * With the build server you are given two env variables.
10 * The OUT_DIR is a temporary directory you can use to put things during the build.
11 * The DIST_DIR is where you want to save things from the build.
13 * The build server will copy the contents of DIST_DIR to somewhere and make it available.
19 …// the build server does not pass the build number so we infer it from the last folder of the dist…
/development/host/windows/usb/adb_winapi_test/
DBUILDME.TXT15 In order to build a directory with a SOURCES file you will need to install
23 This old version is used because it can build for Windows Vista (WDK 8.1
31 Assuming that WDK is installed, you need to set one of the WDK's build
34 "cd" back into this directory, and execute "build -cbeEIFZ" to clean and rebuild
35 this project, or you can execute "build -befEIF" to do a minimal build.
37 Note that you need to build AdbWinApi.dll (..\api) before you build
40 When you're done with the WDK build environment, don't forget to right-click the
/development/host/windows/usb/winusb/
DBUILDME.TXT15 In order to build a directory with a SOURCES file you will need to install
23 This old version is used because it can build for Windows Vista (WDK 8.1
31 Assuming that WDK is installed, you need to set one of the WDK's build
34 "cd" back into this directory, and execute "build -cbeEIFZ" to clean and rebuild
35 this project, or you can execute "build -befEIF" to do a minimal build.
37 Note that you need to build AdbWinApi.dll (..\api) before you build
40 When you're done with the WDK build environment, don't forget to right-click the
/development/samples/browseable/Notifications/Application/src/com.example.android.support.wearable.notifications/
DActionsPresets.java62 .build(); in apply()
78 .build(); in apply()
92 .build(); in apply()
99 .build(); in apply()
116 .build(); in apply()
123 .build(); in apply()
141 .build(); in apply()
146 .build(); in apply()
154 .build(); in apply()
DNotificationPresets.java110 return new Notification[] { builder.build() }; in buildNotifications()
164 return new Notification[] { builder.build() }; in buildNotifications()
196 return new Notification[] { builder.build() }; in buildNotifications()
221 return new Notification[] { builder.build() }; in buildNotifications()
244 return new Notification[] { builder.build() }; in buildNotifications()
268 wearableOptions.addPage(secondPageBuilder.build()); in buildNotifications()
270 return new Notification[] { builder.build() }; in buildNotifications()
292 wearableOptions.addPage(secondPageBuilder.build()); in buildNotifications()
299 wearableOptions.addPage(thirdPageBuilder.build()); in buildNotifications()
303 return new Notification[] { builder.build() }; in buildNotifications()
[all …]
/development/host/windows/usb/api/
DBUILDME.TXT15 In order to build a directory with a SOURCES file you will need to install
23 This old version is used because it can build for Windows Vista (WDK 8.1
31 Assuming that WDK is installed, you need to set one of the WDK's build
34 "cd" back into this directory, and execute "build -cbeEIFZ" to clean and rebuild
35 this project, or you can execute "build -befEIF" to do a minimal build.
37 When you're done with the WDK build environment, don't forget to right-click the
/development/samples/
DREADME4 Make sure to edit development/build/sdk.atree to add the sample to the SDK
5 build.
/development/tools/extract/
Dbuild.gradle5 mainClassName = "com.android.build.gradle.tasks.annotations.ExtractAnnotationsDriver"
14 compile 'com.android.tools.build:gradle:2.2.0-beta1'
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DNotificationPresets.java78 .build(); in buildNotification()
85 .build(); in buildNotification()
101 .build()) in buildNotification()
102 .build()) in buildNotification()
105 .build(); in buildNotification()
155 return builder.build(); in buildNotification()
181 .build(); in buildNotification()
226 .build(); in buildNotification()
242 .build(); in createPageForCustomHeight()
257 .build(); in createPageForSizePreset()
[all …]
/development/samples/USB/MissileLauncher/
Ddefault.properties6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
/development/samples/USB/AdbTest/
Ddefault.properties6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
/development/samples/JetBoy/
Ddefault.properties6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
/development/samples/training/basic/ActivityLifecycle/
Ddefault.properties6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your
Dant.properties1 # This file is used to override default values used by the Ant build system.
4 # integral to the build system of your project.
16 # The password will be asked during the build when you use the 'release' target.
Dbuild.properties1 # This file is used to override default values used by the Ant build system.
4 # integral to the build system of your project.
16 # The password will be asked during the build when you use the 'release' target.
/development/ndk/tests/
Drun-all.sh94 $NDK/ndk-build -B $JOBS 2>&1
99 $NDK/ndk-build -B $JOBS >> $MYLOG 2>&1
/development/build/tools/
Dsdk_repo.mk102 $(hide) $(TOPDIR)development/build/tools/mk_sources_zip.py --exec-zip \
123 $(eval $(call mk-sdk-repo-pkg-2,SDK_REPO_XML_ARGS,$(HOST_OS),$(MAIN_SDK_ZIP),build-tools))
131 $(call sdk-repo-pkg-zip,$(HOST_OS),$(MAIN_SDK_ZIP),build-tools) \
146 $(eval $(call mk-sdk-repo-pkg-2,SDK_REPO_XML_ARGS,windows,$(WIN_SDK_ZIP),build-tools))
150 $(call sdk-repo-pkg-zip,windows,$(WIN_SDK_ZIP),build-tools) \
196 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
216 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
234 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
249 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
264 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
/development/samples/devbytes/telephony/SmsSampleProject/app/
D.gitignore1 /build
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
DStandaloneMainActivity.java237 .build(); in generateBigTextStyleNotification()
249 .build(); in generateBigTextStyleNotification()
299 .build(); in generateBigTextStyleNotification()
309 Notification notification = notificationCompatBuilder.build(); in generateBigTextStyleNotification()
385 .build(); in generateBigPictureStyleNotification()
407 .build(); in generateBigPictureStyleNotification()
451 Notification notification = notificationCompatBuilder.build(); in generateBigPictureStyleNotification()
542 Notification notification = notificationCompatBuilder.build(); in generateInboxStyleNotification()
613 .build(); in generateMessagingStyleNotification()
640 .build(); in generateMessagingStyleNotification()
[all …]

123456789