Home
last modified time | relevance | path

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

1234567891011

/development/vndk/tools/image-diff-tool/
Dallowlist.txt2 system/build.prop=ro.system.build.date
3 system/build.prop=ro.system.build.fingerprint
4 system/build.prop=ro.system.build.version.incremental
5 system/build.prop=ro.build.display.id
6 system/build.prop=ro.build.version.incremental
7 system/build.prop=ro.build.date
8 system/build.prop=ro.build.host
9 system/build.prop=ro.build.product
10 system/build.prop=ro.build.flavor
11 system/build.prop=ro.build.description
/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.
73 # Note that the build-tools sub-folder uses the platform-name as a placeholder
74 # at build-time. Packaging will later change that to the actual build-tools
78 …x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/libwinpthread-1.dll strip build-tools/${PLATFORM_N…
80 rm build-tools/${PLATFORM_NAME}/aapt
81 bin/aapt.exe strip build-tools/${PLATFORM_NAME}/aapt.exe
83 rm build-tools/${PLATFORM_NAME}/aapt2
84 bin/aapt2.exe strip build-tools/${PLATFORM_NAME}/aapt2.exe
86 rm build-tools/${PLATFORM_NAME}/lib64/libaapt2_jni.so
87 lib/libaapt2_jni.dll strip build-tools/${PLATFORM_NAME}/libaapt2_jni.dll
[all …]
Dsdk.atree67 # 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
79 bin/split-select strip build-tools/${PLATFORM_NAME}/split-select
[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/lld-dummy build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld
39 prebuilts/sdk/tools/lld-dummy build-tools/${PLATFORM_NAME}/aarch64-linux-android-ld
[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/lld-dummy build-tools/${PLATFORM_NAME}/arm-linux-androideabi-ld
39 prebuilts/sdk/tools/lld-dummy build-tools/${PLATFORM_NAME}/aarch64-linux-android-ld
[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,
170 def commit(branch, build, version): argument
[all …]
Dbuild.sh28 -a, --build-artifacts include exported header files and flags
40 (-a|--build-artifacts) additional_option="VNDK_SNAPSHOT_BUILD_ARTIFACTS=true";;
53 build/soong/soong_ui.bash --make-mode vndk dist TARGET_PRODUCT=aosp_$arch $additional_option
/development/vndk/tools/header-checker/Documentation/
DDevelopment.md20 To build `header-abi-dumper`, `header-abi-linker` and `header-abi-diff`:
23 development/vndk/tools/header-checker/android/build-prebuilts.sh
26 ## Alternative build instructions
28 If you have a full source tree, you may build the tools with:
30 $ source build/envsetup.sh
/development/scripts/
Daday6 def build_to_date(build): argument
7 letter = build[2]
8 day = int(build[3:5])
Dcodegen6 $top/build/soong/soong_ui.bash --build-mode --all-modules --dir="$PWD" -j codegen_cli 1>&2
/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/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/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.

1234567891011