aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-02Snap for 11400057 from c240f2aa4ef096cd46d76f5758e120cc150510e7 to ↵simpleperf-releaseAndroid Build Coastguard Worker
simpleperf-release Change-Id: Icda792b8881c38405026139b2ac1feda85356552
2024-01-16Upgrade platforms to 0.0.8Yifan Hong
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update bazelbuild-platforms For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I0345a4b753847338ec01f0c8a427fe0d976b2211
2024-01-16Add METADATA filesYifan Hong
Change-Id: Ia21454f8f7a2e6f26f4d3503dc0f727510e8a779
2024-01-16Merge tag '0.0.1' into tmp_auto_upgradeYifan Hong
Change-Id: Iba607b81ac89c1902a84ed5fab867a9e3e8a1712
2023-10-17Update versions to 0.0.8, tweak release script. (#79)upstream/0.0.8aiuto
* add bzlmod stuff to dist * get ready for version 0.0.8 * fix typo in license dep
2023-10-05Add ppc64le cpu (#64)Appu
This is a specific cpu variant of ppc64 in little-endian mode. GOARCH has equivalent: https://gist.github.com/asukakenji/f15ba7e588ac42795f421b48b8aede63#goarch-values Debian also builds (though with weird naming): https://wiki.debian.org/ppc64el It is weird that the other entries here are ppc and ppc32, I would actually expect ppc and ppc64 but :shrug:
2023-09-27Added VXWorks OS (#70)mtribiere
Co-authored-by: aiuto <aiuto@google.com>
2023-09-27Fix doc links. (#74)Burak Emir
Co-authored-by: aiuto <aiuto@google.com>
2023-09-26Bazel Platforms: Add `//cpu:any` constraint value for arch-indep builds (#75)Kyle Moffett
* Bazel Platforms: Add `//cpu:any` constraint value for arch-indep builds Some builds are expected to only produce architecture-independent data files, such as configuration files, database seed data, composited images, or even some kinds of interpreted scripts (Shell, Python, Perl, etc). When such a build is being performed, this constraint value may be used to ensure that architecture-dependent builds cannot be performed (except by way of another transition). As a final example, consider building a package of NIC firmware images for many different NIC models. The package overall is architecture-independent, and should be built with `//cpu:any`, then each individual image rule has a transition to the suitable architecture for that specific NIC model. * Update BUILD Changed "any" to "all" * Update BUILD Fix comment --------- Co-authored-by: aiuto <aiuto@google.com>
2023-07-28Merge pull request #72 from aiuto/r7upstream/0.0.7aiuto
Update rules_license deps to current.
2023-07-28update rules_license deps to currentTony Aiuto
2023-07-28Merge pull request #71 from aiuto/vosJohn Cater
Add Apple visionos.
2023-06-26Add Apple visionos.Tony Aiuto
I'm not really satisified with this PR. The number of Apple specific platforms has grown to the point where we may want to refactor them. The question I would focus on is how various toolchain matches and select clauses go. Do we see things like: ``` foo = select({ ".../os:linux": A, ".../os:windows": B, ".../os:macos": C, ".../os:watchos": C, ".../os:visionos": C, }) ``` Where C is the same for all the apple platforms? Or, do we see real distinctions across the various per-device OSes. Or a mix of both? And, do we see the fanout of the Apple OSes done with a select_or wrapper, so users end up seeing the simple selection of just apple, linux, or windows, but we buried complexity elsewhere?
2023-05-17Merge pull request #67 from MaskRay/aarch64aiuto
Add :aarch32 :aarch64 and make :arm64 alias for :aarch64
2023-05-16Add :aarch32 :aarch64 and make :arm64 alias for :aarch64Fangrui Song
"aarch64" is the perferred name and used prevailingly on Linux. See https://nickdesaulniers.github.io/blog/2023/03/10/disambiguating-arm/ Apple and Windows platforms unfortunately use "arm64". They can still use the alias. While here, add :aarch32 as well. Close #68
2023-04-21Merge pull request #65 from bazelbuild/lberki-bazel-dev-archiveYun Peng
Replace bazel-dev with GitHub Discussions.
2023-04-21Update README.mdlberki
Co-authored-by: Yun Peng <pcloudy@google.com>
2023-04-21Replace bazel-dev with GitHub Discussions.Lukacs T. Berki
2023-03-01Initial empty repositoryplatform-tools-34.0.5android-14.0.0_r37android-14.0.0_r36android-14.0.0_r35android-14.0.0_r34android-14.0.0_r33android-14.0.0_r32android-14.0.0_r31android-14.0.0_r30android-14.0.0_r29android-14.0.0_r28main-16kandroid14-qpr2-s5-releaseandroid14-qpr2-s4-releaseandroid14-qpr2-s3-releaseandroid14-qpr2-s2-releaseandroid14-qpr2-s1-releaseandroid14-qpr2-releaseUmer Abdullah
2023-02-09Merge pull request #57 from aiuto/licaiuto
Add rules_license style declaration.
2023-02-09buildifyTony Aiuto
2023-02-09echo version in the version checkTony Aiuto
2023-02-09- bump dependency on rules_license to 0.0.4Tony Aiuto
- That picks up version that users cfg=exec instead of cfg=host - It still works with bazel 5.x. The next rules_license might not. - bump our version to 0.0.7 for next release - add presubmit check that we did not mistmatch the license
2023-01-03shaTony Aiuto
2022-12-07missed loadTony Aiuto
2022-12-07Add rules_license style declaration.Tony Aiuto
- Done for both WORKSPACE and bzlmod styles - The dependency is different because rules_license is not up to date in the BCR. I'll correct that at the next rules_license release.
2022-11-09Merge pull request #52 from aiuto/armsaiuto
Add cortex-r52 r82 cpus
2022-11-09remove armv8-rTony Aiuto
2022-11-08commentsTony Aiuto
2022-11-08add cortex cpusTony Aiuto
2022-11-04Merge pull request #51 from comius/extend-cpus-and-osesaiuto
Add Cortex-R52, PPC32 cpus
2022-11-04remove empty lineIvo List
2022-11-04Removing trusty and asyloIvo List
2022-11-02Add Corted-R52, PPC32 cpus and trusty, asylo oses.Ivo List
2022-10-20Merge pull request #50 from aiuto/bzlmodaiuto
Add MODULE.bzl
2022-10-19pull up testsTony Aiuto
2022-10-19pull up testsTony Aiuto
2022-10-19colonTony Aiuto
2022-10-19yaml_is_a-mistakeTony Aiuto
2022-10-19dash2Tony Aiuto
2022-10-19dashTony Aiuto
2022-10-19use newer flagTony Aiuto
2022-10-19Add MODULE.bzlTony Aiuto
2022-09-06Merge pull request #46 from aiuto/makerelaiuto
Improve the helper script to make a platforms release
2022-08-26improve the helper script to make a platforms releaseTony Aiuto
2022-08-23Merge pull request #45 from aiuto/crhmupstream/0.0.6aiuto
Add chromiumos
2022-08-22revert file accidentally pulled inTony Aiuto
2022-08-22add chromiumosTony Aiuto
2022-08-22Add instructions for mirroring and updating Bazel to the release script.Tony Aiuto
2022-05-27Merge pull request #41 from Tevo45/mainaiuto
Add //os:haiku constraint