Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 25 of 44) sorted by relevance

12

/build/make/core/
Drbe.mk55platform := "container-image=docker://gcr.io/androidbuild-re-dockerimage/android-build-remoteexec-…
56 cxx_platform := $(platform)",Pool=default"
57 java_r8_d8_platform := $(platform)",Pool=java16"
60 …lang --env_var_whitelist=PWD --exec_strategy=$(cxx_rbe_exec_strategy) --platform="$(cxx_platform)"…
68 …mpile,lang=java,compiler=javac --exec_strategy=$(javac_exec_strategy) --platform="$(java_r8_d8_pla…
72 …--labels=type=compile,compiler=r8 --exec_strategy=$(r8_exec_strategy) --platform="$(java_r8_d8_pla…
76 …--labels=type=compile,compiler=d8 --exec_strategy=$(d8_exec_strategy) --platform="$(java_r8_d8_pla…
Dpdk_config.mk10 ifneq (,$(filter platform-java, $(MAKECMDGOALS))$(PDK_FUSION_PLATFORM_ZIP)$(PDK_FUSION_PLATFORM_DIR…
113 TARGET_BUILD_JAVA_SUPPORT_LEVEL := platform
167 $(info PDK Build uses the current platform API)
171 ifneq (,$(filter platform platform-java, $(MAKECMDGOALS))$(filter true,$(TARGET_BUILD_PDK)))
Dninja_config.mk34 platform \
35 platform-java \
Dinstall_jni_libs_internal.mk114 my_warn_types := native:platform $(my_warn_ndk_types)
122 my_link_type := app:platform
124 …my_allowed_types := $(my_allowed_ndk_types) native:platform native:product native:vendor native:vn…
Dconfig.mk43 CHANGES_URL := https://android.googlesource.com/platform/build/+/master/Changes.md
455 vendor/pdk/$(TARGET_DEVICE)/$(TARGET_DEVICE)-$(TARGET_BUILD_VARIANT)/platform \
456 vendor/pdk/$(TARGET_DEVICE)/$(TARGET_PRODUCT)-$(TARGET_BUILD_VARIANT)/platform \
457 …pdk/$(TARGET_DEVICE)/$(patsubst aosp_%,full_%,$(TARGET_PRODUCT))-$(TARGET_BUILD_VARIANT)/platform \
458 vendor/pdk/$(TARGET_PRODUCT)/$(TARGET_PRODUCT)-$(TARGET_BUILD_VARIANT)/platform \
459 …/pdk/$(TARGET_PRODUCT)/$(patsubst aosp_%,full_%,$(TARGET_PRODUCT))-$(TARGET_BUILD_VARIANT)/platform
461 …ult_platform_zip := $(strip $(foreach p,$(_pdk_fusion_search_paths),$(wildcard $(p)/platform.zip)))
509 BUILD_PLATFORM_ZIP := $(filter platform platform-java,$(MAKECMDGOALS))
Dproguard_basic_keeps.flags55 # The support library contains references to newer platform versions.
57 # platform version. We know about them, and they are safe.
Dversion_defaults.mk46 ALLOWED_VERSIONS := $(call allowed-platform-versions,\
Dcc_prebuilt_internal.mk105 my_link_type := native:platform
Dsoong_java_prebuilt.mk155 my_link_type := java:platform
/build/soong/remoteexec/
Dremoteexec.go124 var platform []string
129 platform = append(platform, k+"="+v)
132 platform = append(platform, ContainerImageKey+"="+DefaultImage)
134 if platform != nil {
135 sort.Strings(platform)
136 args += " --platform=\"" + strings.Join(platform, ",") + "\""
/build/make/tools/warn/
Dwarn_common.py148 if flags.platform == 'chrome':
150 if flags.platform == 'android':
269 if flags.platform == 'android':
424 if flags.platform == 'chrome':
426 if flags.platform == 'android':
429 flags.platform)
442 def get_warn_patterns(platform): argument
445 if platform == 'chrome':
447 elif platform == 'android':
450 raise Exception('platform name %s is not valid' % platform)
[all …]
Dhtml_writer.py584 emit_const_string('FlagPlatform', flags.platform, writer)
603 if flags.platform == 'chrome':
/build/make/core/tasks/
Dplatform_availability_check.mk35 for platform because they do not have "//apex_available:platform" or \
36 they depend on other modules that are not available for platform)
Dboot_jars_package_check.mk36 $(eval sfx := $(subst $(q).platform$(q),$(q)$(q),$(sfx))) \
/build/make/
DREADME.md14 platform build system -- most are not.
23 [Soong]: https://android.googlesource.com/platform/build/soong/+/master
/build/soong/cc/libbuildversion/
DAndroid.bp14 "//apex_available:platform",
/build/soong/docs/
Dmap_files.md8 [gen_stub_libs.py]: https://cs.android.com/android/platform/superproject/+/master:build/soong/cc/ge…
9 [libc.map.txt]: https://cs.android.com/android/platform/superproject/+/master:bionic/libc/libc.map.…
61 naming schemes is equivalent to marking the version with the `platform-only`
62 tag. See the docs for `platform-only` for more information.
126 ### platform-only
133 The typical use for this tag is for exposing an API to the platform that is not
164 mistakes that shipped as part of the platform.
/build/soong/ui/status/ninja_frontend/
DREADME1 This comes from https://android.googlesource.com/platform/external/ninja/+/master/src/frontend.proto
/build/soong/scripts/
Dbuild-mainline-modules.sh26 platform-mainline-sdk
/build/make/tools/docker/
DDockerfile8 RUN curl -o jdk8.tgz https://android.googlesource.com/platform/prebuilts/jdk/jdk8/+archive/master.t…
/build/make/tools/
Dcheck_elf_file.py75 if sys.platform == 'linux2':
77 if sys.platform == 'darwin':
79 raise ValueError(sys.platform + ' is not supported')
/build/make/target/product/
Dbase_system.mk221 platform.xml \
224 privapp-permissions-platform.xml \
/build/make/target/product/security/
DREADME15 …development/tools/make_key platform '/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=A…
/build/make/tools/fs_config/
DREADME6 The fs_config_generator.py tool uses the platform android_filesystem_config.h and the
24 The generated_oem_aid.h creates identifiers for non-platform AIDs for developers wishing to use them
/build/soong/android/
Dneverallow_test.go297 platform: {

12