Home
last modified time | relevance | path

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

12345678910

/development/build/
Dsdk-windows-x86.atree26 # 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}/aapt2
65 bin/aapt2.exe strip build-tools/${PLATFORM_NAME}/aapt2.exe
67 rm build-tools/${PLATFORM_NAME}/split-select
68 bin/split-select.exe strip build-tools/${PLATFORM_NAME}/split-select.exe
70 rm build-tools/${PLATFORM_NAME}/aidl
[all …]
Dsdk.atree21 # 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/aapt2 strip build-tools/${PLATFORM_NAME}/aapt2
82 bin/aidl strip build-tools/${PLATFORM_NAME}/aidl
[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…
37 prebuilts/sdk/tools/linux/bin/arm-linux-androideabi-ld strip build-tools/${PLATFORM_NAME}/arm-lin…
38 prebuilts/sdk/tools/linux/bin/aarch64-linux-android-ld strip build-tools/${PLATFORM_NAME}/aarch64…
39 prebuilts/sdk/tools/linux/bin/i686-linux-android-ld strip build-tools/${PLATFORM_NAME}/i686-li…
[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…
37 prebuilts/sdk/tools/darwin/bin/arm-linux-androideabi-ld strip build-tools/${PLATFORM_NAME}/arm-li…
38 prebuilts/sdk/tools/darwin/bin/aarch64-linux-android-ld strip build-tools/${PLATFORM_NAME}/aarch6…
39 prebuilts/sdk/tools/darwin/bin/i686-linux-android-ld strip build-tools/${PLATFORM_NAME}/i686-l…
[all …]
/development/samples/SupportLeanbackShowcase/
Dbuild.gradle1 // Top-level build file where you can add configuration options common to all sub-projects/modules.
5 // python build-local.py to build the local verison. That script will
7 // library and update local.properties file. Gradle build file in turn
21 classpath 'com.android.tools.build:gradle:2.1.0'
24 // in the individual module build.gradle files
30 maven { url "${localRepo}/out/host/gradle/frameworks/support/build/support_repo/"}
/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/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/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/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/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/ndk/tests/
Drun-all.sh95 $NDK/ndk-build -B $JOBS 2>&1
100 $NDK/ndk-build -B $JOBS >> $MYLOG 2>&1
117 run $NDK/ndk-build -B $JOBS
/development/build/tools/
Dsdk_repo.mk102 $(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-tools) \
202 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
222 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
240 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
255 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
270 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \
/development/samples/
DREADME4 Make sure to edit development/build/sdk.atree to add the sample to the SDK
5 build.
/development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DGuidedStepHalfScreenActivity.java65 .build()); in onCreateActions()
69 .build()); in onCreateActions()
120 .build()); in onCreateActions()
124 .build()); in onCreateActions()
132 .build()); in onCreateButtonActions()
DGuidedStepSupportHalfScreenActivity.java67 .build()); in onCreateActions()
71 .build()); in onCreateActions()
122 .build()); in onCreateActions()
126 .build()); in onCreateActions()
134 .build()); in onCreateButtonActions()
/development/samples/training/basic/ActivityLifecycle/
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/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/wizard/
DWizardExample2ndStepFragment.java51 …public static GuidedStepFragment build(boolean hd, WizardExampleBaseStepFragment previousFragment)… in build() method in WizardExample2ndStepFragment
79 .build(); in onCreateActions()
89 .build(); in onCreateActions()
105 .build() in onResume()
113 .build() in onResume()
DWizardExample1stStepFragment.java52 .build(); in onCreateActions()
60 .build(); in onCreateActions()
67 GuidedStepFragment fragment = WizardExample2ndStepFragment.build(rentHd, this); in onGuidedActionClicked()
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/provider/
DRandomNumberProviderService.java63 .build(); in onComplicationUpdate()
68 .build(); in onComplicationUpdate()
74 .build(); in onComplicationUpdate()
/development/ndk/platforms/android-9/samples/native-plasma/
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/ndk/platforms/android-9/samples/native-activity/
Ddefault.properties6 # To customize properties used by the Ant build system use,
7 # "build.properties", and override values to adapt the script to your

12345678910