Searched refs:platform (Results 1 – 25 of 44) sorted by relevance
12
/build/make/core/ |
D | rbe.mk | 55 …platform := "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…
|
D | pdk_config.mk | 10 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)))
|
D | ninja_config.mk | 34 platform \ 35 platform-java \
|
D | install_jni_libs_internal.mk | 114 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…
|
D | config.mk | 43 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))
|
D | proguard_basic_keeps.flags | 55 # The support library contains references to newer platform versions. 57 # platform version. We know about them, and they are safe.
|
D | version_defaults.mk | 46 ALLOWED_VERSIONS := $(call allowed-platform-versions,\
|
D | cc_prebuilt_internal.mk | 105 my_link_type := native:platform
|
D | soong_java_prebuilt.mk | 155 my_link_type := java:platform
|
/build/soong/remoteexec/ |
D | remoteexec.go | 124 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/ |
D | warn_common.py | 148 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 …]
|
D | html_writer.py | 584 emit_const_string('FlagPlatform', flags.platform, writer) 603 if flags.platform == 'chrome':
|
/build/make/core/tasks/ |
D | platform_availability_check.mk | 35 for platform because they do not have "//apex_available:platform" or \ 36 they depend on other modules that are not available for platform)
|
D | boot_jars_package_check.mk | 36 $(eval sfx := $(subst $(q).platform$(q),$(q)$(q),$(sfx))) \
|
/build/make/ |
D | README.md | 14 platform build system -- most are not. 23 [Soong]: https://android.googlesource.com/platform/build/soong/+/master
|
/build/soong/cc/libbuildversion/ |
D | Android.bp | 14 "//apex_available:platform",
|
/build/soong/docs/ |
D | map_files.md | 8 [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/ |
D | README | 1 This comes from https://android.googlesource.com/platform/external/ninja/+/master/src/frontend.proto
|
/build/soong/scripts/ |
D | build-mainline-modules.sh | 26 platform-mainline-sdk
|
/build/make/tools/docker/ |
D | Dockerfile | 8 RUN curl -o jdk8.tgz https://android.googlesource.com/platform/prebuilts/jdk/jdk8/+archive/master.t…
|
/build/make/tools/ |
D | check_elf_file.py | 75 if sys.platform == 'linux2': 77 if sys.platform == 'darwin': 79 raise ValueError(sys.platform + ' is not supported')
|
/build/make/target/product/ |
D | base_system.mk | 221 platform.xml \ 224 privapp-permissions-platform.xml \
|
/build/make/target/product/security/ |
D | README | 15 …development/tools/make_key platform '/C=US/ST=California/L=Mountain View/O=Android/OU=Android/CN=A…
|
/build/make/tools/fs_config/ |
D | README | 6 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/ |
D | neverallow_test.go | 297 platform: {
|
12