Home
last modified time | relevance | path

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

12345678910

/development/vndk/tools/sourcedr/ninja/
Dlist_ninja_build_dep.py40 build = graph[target]
43 dfs = [build]
45 visited = {build}
46 stack = [build]
48 build = stack.pop()
49 for dep in itertools.chain(build.explicit_ins, build.implicit_ins,
50 build.depfile_implicit_ins):
68 for build in manifest.builds:
69 for path in build.explicit_outs:
70 graph[path] = build
[all …]
Dlist_installed_file_from_source.py62 for build in manifest.builds:
63 for path in build.explicit_outs:
64 outs[path] = build
65 for path in build.implicit_outs:
66 outs[path] = build
71 def _are_inputs_from_vendor(build): argument
75 build.explicit_ins, build.implicit_ins, build.depfile_implicit_ins)
94 build = outs.get(out_path)
95 if build:
96 matched = _are_inputs_from_vendor(build)
Dlist_source_file.py59 build = graph.get(cur)
60 if build:
61 for dep in itertools.chain(build.explicit_ins, build.implicit_ins,
62 build.depfile_implicit_ins):
104 for build in manifest.builds:
105 for path in build.explicit_outs:
106 graph[path] = build
107 for path in build.implicit_outs:
108 graph[path] = build
/development/build/
Dsdk-windows-x86.atree26 # are controled by sdk/build/tools.windows.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
72 …x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/libwinpthread-1.dll strip build-tools/${PLATFORM_N…
74 rm build-tools/${PLATFORM_NAME}/aapt
75 bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe
77 rm build-tools/${PLATFORM_NAME}/aapt2
78 bin/aapt2.exe strip build-tools/${PLATFORM_NAME}/aapt2.exe
80 rm build-tools/${PLATFORM_NAME}/lib64/libaapt2_jni.so
81 lib/libaapt2_jni.dll strip build-tools/${PLATFORM_NAME}/libaapt2_jni.dll
[all …]
Dsdk.atree21 # sdk/build/tools.atree
76 # Note that the build-tools sub-folder uses the platform-name as a placeholder
77 # at build-time. Packaging will later change that to the actual build-tools
80 development/sdk/sdk_files_NOTICE.txt build-tools/${PLATFORM_NAME}/NOTICE.txt
81 development/sdk/build_tools_source.properties build-tools/${PLATFORM_NAME}/source.properties
82 development/sdk/build_tools_runtime.properties build-tools/${PLATFORM_NAME}/runtime.properties
84 # build tools from out/host/$(HOST_OS)-$(HOST_ARCH)/
85 bin/aapt strip build-tools/${PLATFORM_NAME}/aapt
86 bin/aapt2 strip build-tools/${PLATFORM_NAME}/aapt2
87 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_android.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_android.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_android.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_android.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/vndk/snapshot/
Dupdate.py39 def start_branch(build): argument
40 branch_name = 'update-' + (build or 'local')
59 def install_snapshot(branch, build, local_dir, install_dir, temp_artifact_dir): argument
75 if branch and build:
79 pattern=artifact_pattern, branch=branch, build=build))
80 utils.fetch_artifact(branch, build, artifact_pattern)
82 manifest_pattern = 'manifest_{}.xml'.format(build)
84 file=manifest_pattern, branch=branch, build=build))
85 utils.fetch_artifact(branch, build, manifest_pattern,
174 def commit(branch, build, version): argument
[all …]
/development/scripts/
Daday6 def build_to_date(build): argument
7 letter = build[2]
8 day = int(build[3:5])
/development/tools/repo_diff/service/repodiff/
DMakefile58 go build
61 go build;
65 go build;
98 rm -rf build/
153 mkdir -p ./build
157 cp ../../*.{txt,py} build/
159 cp $(GOOGLE_APPLICATION_CREDENTIALS) build/
161 cat Dockerfile | envsubst > build/Dockerfile
163 cp static/docker_git_config ./build/.gitconfig
164 cp ~/.gitcookies ./build/.gitcookies
[all …]
/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/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/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/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/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/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/vndk/tools/sourcedr/ninja/tests/testdata/
Ddefault.ninja4 build foo.o: cc foo.c
6 build bar.o: cc bar.c
/development/samples/
DREADME4 Make sure to edit development/build/sdk.atree to add the sample to the SDK
5 build.
/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.
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/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/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/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

12345678910