Home
last modified time | relevance | path

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

12

/trusty/vendor/google/aosp/scripts/
Dtrusty_build_config.py49 self.build = False
282 def build(projects, enabled=True, dist=None): function
288 project.build = bool(enabled)
311 print("testmap", project_name, "build", build)
382 "build": build,
410 def get_projects(self, build=None, have_tests=None): argument
427 return ((build is None or build == project.build) and
460 print(" Build:", project.build)
466 for build in [True, False]:
468 print("Build:" if build else "Don't build:")
[all …]
Dbuild_server.sh27 $(dirname ${BASH_SOURCE})/build.py \
28 ${BUILD_ROOT:+--build-root} ${BUILD_ROOT} \
Dbuild-config18 # # Add projects to, or remove projects from, list of projects to build.
21 # build(
22 # # List of projects that this build entry applies to. Required.
28 # # projects to build. If enabled is set to False, remove projects from
29 # # list of projects to build.
60 build(
94 include("../../proprietary/scripts/build-config", optional=True),
Denvsetup.sh42 export BUILDTOOLS_BINDIR=${TRUSTY_TOP}/prebuilts/build-tools/linux-x86/bin
43 export BUILDTOOLS_COMMON=${TRUSTY_TOP}/prebuilts/build-tools/common
46 SOONG_UI=$TRUSTY_TOP/build/soong/soong_ui.bash
Dtrusty_build_config_self_test_main16 build(
26 build(
33 build(
Dtrusty_build_config_self_test_include216 build(
22 build(
Dtest-map18 # # Add projects to, or remove projects from, list of projects to build.
21 # build(
22 # # List of projects that this build entry applies to. Required.
28 # # projects to build. If enabled is set to False, remove projects from
29 # # list of projects to build.
81 include("trusty/user/base/build-config-usertests-release"),
99 include("trusty/kernel/build-config-kerneltests"),
100 include("trusty/user/base/build-config-usertests"),
104 include("../../proprietary/scripts/build-config", optional=True),
117 include("trusty/kernel/build-config-kerneltests"),
[all …]
Dtrusty_build_config_self_test_include116 build(
24 build(
/trusty/device/arm/generic-arm64/project/qemu/
DLLDB_README.md7 * A modern build of LLDB (tested from Google trunk as of August 9th, 2022).
9 * A 64-bit build of Trusty
13 After building a 64-bit debug build of Trusty, launch it in QEMU with the
17 ./build-root/build-qemu-generic-arm64-test-debug/run --debug
20 Then launch LLDB with the `lldbinit` file in the build directory:
23 lldb --source ./build-root/build-qemu-generic-arm64-test-debug/lldbinit
28 that were included in the build process.
Drun-qemu-helper65 echo Set ANDROID_DIR to run a non-secure android build
/trusty/kernel/app/trusty/
Duser-tasks.mk65 define trusty-build-rule
103 $(eval $(call trusty-build-rule,$(lib))))
261 $(call INFO_LOG,Generate build rules for SDK libraries)
264 $(if $(_MODULES_$(lib)),,$(eval $(call trusty-build-rule,$(lib)))))
285 $(call INFO_LOG,Generate build rules for user tasks)
288 $(eval $(call trusty-build-rule,$(t))))
299 define prebuilt-app-build-rule
306 $(call prebuilt-app-build-rule,$(t)))
312 $(eval $(call trusty-build-rule,trusty/user/base/sdk))
320 …TY_LOADABLE_USER_TASKS) $(TRUSTY_LOADABLE_USER_TESTS)) requested but this build does not include t…
[all …]
/trusty/user/app/cast-auth/app/test-app/
DREADME.md1 build-root/build-qemu-generic-arm64-test-debug/run --shell-command \
/trusty/user/base/
Dbuild-config-usertests18 include("frameworks/native/libs/binder/trusty/build-config-usertests"),
19 include("trusty/user/app/cast-auth/build-config-usertests"),
20 include("trusty/user/app/keymaster/build-config-usertests"),
21 include("trusty/user/app/keymint/build-config-usertests"),
22 include("trusty/user/app/sample/build-config-usertests"),
23 include("trusty/user/app/secretkeeper/build-config-usertests"),
24 include("trusty/user/app/storage/build-config-usertests"),
/trusty/user/base/make/
DREADME.md1 Trusty userspace build system
4 The userspace build system is built on top of the lk build system, along with
6 built independently into static library archives and their build flags are
12 `trusty-build-rule` function in user-tasks.mk. This helper function kicks off
13 generation of the necessary build rules using the new module system. See the doc
19 build rules for the app or library. See the comments at the beginning of these
21 library/app rules files to control the build.
51 user-tasks.mk is included by lk make/build.mk as an extra build rule.
Daidl.mk61 AIDL_TOOL := prebuilts/build-tools/linux-x86/bin/aidl
66 AIDL_RUST_GLUE_TOOL := system/tools/aidl/build/aidl_rust_glue.py
/trusty/user/app/sample/rust-hello-world/
DREADME.md76 First, you need to build the code. (You don't need to include the rust TA in `TRUSTY_BUILTIN_USER_T…
79 $ ./trusty/vendor/google/aosp/scripts/build.py --jobs=$(nproc) --skip-tests qemu-generic-arm64-test…
85 $ ./build-root/build-qemu-generic-arm64-test-debug/run --headless --boot-test "com.android.trus…
103 $ ./trusty/vendor/google/aosp/scripts/build.py --jobs=$(nproc) --skip-tests qemu-generic-arm64-test…
109 $ ./build-root/build-qemu-generic-arm64-test-debug/run \
/trusty/user/app/sample/stats-test/
DREADME.md63 $ ./trusty/vendor/google/aosp/scripts/build.py qemu-generic-arm64-test-debug --skip-test
64 $ ./build-root/build-qemu-generic-arm64-test-debug/run --verbose --headless --boot-test "com.androi…
72 $ $A2L -e build-root/build-qemu-generic-arm64-test-debug/user_tasks/trusty/user/app/sample/stats-te…
/trusty/kernel/
Dbuild-config-kerneltests18 include("external/lk/build-config-kerneltests", optional=True),
19 include("external/trusty/lk/build-config-kerneltests", optional=True),
/trusty/user/app/confirmationui/test/
Drules.mk17 $(error Trying to build tests for DISABLED confirmationui)
/trusty/vendor/google/aosp/ide/vscode/
DREADME.md21 The configuration files that are provided do not build Trusty for you. You'll
25 $ ./trusty/vendor/google/aosp/scripts/build.py --skip-tests qemu-generic-arm64-test-debug
/trusty/user/base/sdk/
DREADME.md18 Makefile suitable for including into an existing build system. Sets up the
33 build apps in order to be compatible with this SDK.
/trusty/user/app/confirmationui/
Drules.mk16 $(error Trying to build DISABLED confirmationui)
/trusty/device/arm/generic-arm64/project/
Dlinux-inc.mk25 LINUX_BUILD_DIR := $(abspath $(BUILDDIR)/linux-build)
/trusty/user/base/sdk/make/
Dtrusty_sdk.mk49 $(warning This makefile should not be invoked directly, please include it in a larger build system.)
/trusty/kernel/make/
Dloadable_app.mk60 $(NOECHO)$(LOADABLE_APP_TOOL) -m build $@ $< $(word 2,$^)

12