summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-10Pin manifest of ndk-release-r23ndk-release-r23Android Build Coastguard Worker
Change-Id: Id931056f7771e2f2c120fbf969598d6aead6f20d
2022-04-22Pin manifest of ndk-release-r23Android Build Coastguard Worker
Change-Id: I339c084df046e5264b1780e88ee3b844b3224958
2021-09-29Pin manifest of ndk-release-r23Android Build Coastguard Worker
Change-Id: I8d35d84ea6f09f9ea62baabeaad281534ec855d9
2021-09-24Pin manifest of ndk-release-r23Android Build Coastguard Worker
Change-Id: Ida7f2658dede605386c709abbe01c7869436cc10
2021-09-24Pin manifest of ndk-release-r23Android Build Coastguard Worker
Change-Id: I497152c832188d14f0f89095da86d35cc4c118e4
2021-07-31Pin manifest of ndk-release-r23Android Build Coastguard Worker
Change-Id: If01eda8e47ee47fe8dbe8486cba99b00dbfc47a4
2021-06-23Pin manifest of ndk-release-r23Android Build Coastguard Worker
Change-Id: I5925a4cf3b07fa4f260ed48d8edf02970c405364
2021-06-23Pin manifest of ndk-release-r23Android Build Coastguard Worker
Change-Id: I7ee006181ff913ac28da789bbcaef11a7b552cb8
2021-06-01Pin manifest of ndk-release-r23Android Build Coastguard Worker
Change-Id: I123eb793cbdd6a82981d9c2eb9d528152bbce927
2021-05-04Pin manifest of ndk-release-r23android-build-prod (mdb)
Change-Id: Id8d41c572be428a181ba94444eebaf0ee4da5ca7
2021-04-01Pin manifest of ndk-release-r23android-build-prod (mdb)
Change-Id: I90fde9913dc32d0db2e9b5712d53e7d9d0ddbc80
2021-03-06Pin manifest of ndk-release-r23android-build-prod (mdb)
Change-Id: I9165393fd5bd5359ec83559fa398393114ed5933
2021-03-04Pin manifest of ndk-release-r23android-build-prod (mdb)
Change-Id: I3f69e65f72fc1d7deee6c7bff5ede6de6fbe4314
2021-02-26Pin manifest of ndk-release-r23android-build-prod (mdb)
Change-Id: I7ae570364f834c0c02adb0b35b0fcdff95504009
2021-02-26Pin manifest of ndk-release-r23android-build-prod (mdb)
Change-Id: Ib2c952dba0bfd0d28c6f9ea9853e2aca5f7b298d
2021-02-09Pin manifest of ndk-release-r23android-build-prod (mdb)
Change-Id: I600b15705458b293826f84fd6fb2c9819c4ae5b1
2021-02-03Pin manifest of ndk-release-r23android-build-prod (mdb)
Change-Id: I77be645c7c3e9c65fecf22646947762bdf67bee4
2021-01-29DO NOT MERGE ANYWHERE Create manifest for ndk-release-r23android-build-prod (mdb)
Change-Id: I90898ac1960fd564424b7763b7a3548b0cffe25e BUG: 178511178
2020-09-29Unpin NDK mingw prebuiltHaibo Huang
Bug: https://github.com/android/ndk/issues/1291 Test: Build windows NDK and try `import datetime` Change-Id: Ie6035977bc0531ac2c67f1d38ce60035f8ff43df
2020-04-30Adds python prebuilts to ndkHaibo Huang
Change-Id: I3a994a11af3f3bf3e72ffc6fdf2947c415a134b2
2020-04-29Remove legacy LLVM projects.Dan Albert
No longer needed. Test: built NDK Bug: None Change-Id: Id23a61fc030b860536631f6b9641726a00e42915
2020-04-09Remove long-dead toolchain/sed from the NDK manifest.Elliott Hughes
Test: treehugger Change-Id: I4edfe60fd0eec509aa3062cff7b178b23bfb3021
2020-03-11Remove the now unused external/libcxxabi.Dan Albert
Migrated to toolchain/llvm-project. Test: treehugger Bug: None
2020-03-03Remove the now ununsed external/libunwind_llvm.Dan Albert
This comes from toolchain/llvm-project now. Test: treehugger Bug: None
2020-03-02Add toolchain/llvm-project to the NDK manifest.Dan Albert
This is where libc++ and co come from now. Test: ndk/checkbuild.py Bug: None
2020-01-07master-ndk: pin revision of a few gcc prebuiltsNick Desaulniers
Rather than get these deprecated/to be removed binaries (GNU binutils) to build with Clang, we're going to pin the revision of the GCC prebuilts used to build them. This will prevent emergency updates to GCC/binutils from being used to rebuild these prebuilts, but the goal is to use LLVM substitutes before then. The SHAs correspond to the fixes to recently identified post submit regressions for the `binutils` branch of the platform. Pinning the revision will prevent the removal of GCC from breaking these targets, until we stop building/using them outright. Bug: 147240075 Change-Id: I060e38c7ec53253efa459a4f1a0c24ba47ac1f57 Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
2019-06-25[NDK] Add glibc 2.17 to manifestHaibo Huang
Test: NA Bug: 62547070 Change-Id: I788774ecbd115f975af2cc4f6707326c0098ed37
2019-06-12Remove 32-bit Windows prebuilts from the manifest.Dan Albert
Test: ndk/checkbuild.py --system windows64 Bug: None
2019-05-24Add make to ndk manifestHaibo Huang
Test: Not used yet Bug: 133510638
2019-04-25Add side-branch notification to manifest.Ian Kasprzak
See go/side-branch-testing. Change-Id: Ia0673825a11401330db7f65d559cd4439001059e Testing: Validated with validate_repo_branch.par
2019-04-19Add vulkan-tools to the manifestCody Northrop
Bug: 128819834 Test: repo sync Change-Id: I63899768be7cdde19cb1e73a56e32aa1b3267d62
2019-03-22Remove MIPS toolchains from the manifest.Dan Albert
These aren't needed any more.
2019-01-25Pin cpython3 to the revision we can build.Dan Albert
We can't build python 3.7 on some of the buildbots because of missing dependencies. Stick to 3.6 until these issues are resolved.
2018-12-05Add platform/external/effcee and regex-re2David Neto
Needed for tests in SPIRV-Tools, which is built as part of the shader-tools module in the NDK build. Bug: b/119669330 Test: None Change-Id: Ic1e03506b3dd0b6b77240927bedaf09bd1150884
2018-11-09Add cpython3 to the manifest.Dan Albert
Used to bootstrap the NDK's build process. Test: None Bug: None
2018-07-09Add Vulkan Headers repoCody Northrop
We must pull in the Vulkan headers separately due to upstream repo split. Change-Id: I7c336eb263abd70118ff226dc171c1fb5f806234
2018-03-01remove x86_64-linux-glibc2.11-4.8 prebuiltRyan Prichard
Bug: b/73539603 Test: ./checkbuild.py
2017-11-02Add the 32-bit Windows Clang prebuilts.Dan Albert
Test: None Bug: None
2017-04-26Move external/llvm back to the master branch.Dan Albert
We don't seem to need the dev branch. Test: ndk/checkbuild.py Bug: None
2017-01-13Add renderscript to the presubmit group.Dan Albert
I haven't added the Darwin or Windows projects because we don't actually perform either of those builds as part of presubmit. Test: None Bug: None
2016-12-02Move shaderc projects to master-ndk.Dan Albert
The master branch is for the platform now. Test: ndk/checkbuild.py Bug: None
2016-10-21Add RenderScript host toolchain projects.Miao Wang
Bug: 32280836 Bug: 22377128 Test: Synced with master-ndk to make sure the newly created projects are there. Change-Id: Ieb580c2f162ed744b205d7a8c872ca8c6f6a3fad
2016-06-30Add prebuilts/simpleperf to our manifest.Dan Albert
Bug: http://b/28911532
2016-06-10Add new dependency project for spirv-tools: spirv-headers.Lei Zhang
Change-Id: Icabc41df787f9c6cbf0eafc161788fbee132c324
2016-06-03Pull the libc++ related projects into the NDK.Dan Albert
We'll be using these to replace the garbage currently in platform/ndk. Bug: http://b/19149083 Bug: https://github.com/android-ndk/ndk/issues/106
2016-05-16Add external/llvm for LIT.Dan Albert
2016-04-21Put bionic back in the manifest.Dan Albert
Apparently we use this in gen-platforms.sh (not sure we need to, but we do). Put it back for now and enable presubmit on it.
2016-04-21Mark our projects for NDK presubmit.Dan Albert
The "presubmit" group tells treehugger that it should run our build for these projects. Change-Id: Ib1b0ccaf1648e40daabced70c049df21c45f1d56
2016-04-21Remove bionic from the NDK manifest.Dan Albert
We don't use it; it just causes a lot of unnecessary builds.
2016-04-08Add toolchain/xz to NDK manifest.Josh Gao
Bug: http://b/27951762 Change-Id: I5c19ba8fe13f1ae7cf704fcb59412804fefe05e4