summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-22Manifest for Android NDK r25b (8937393)ndk-r25bndk-r25bThe Android Open Source Project
Change-Id: Iafe24f73298998b3ec87f4f77a21728c0168c9f2
2022-08-11Pin manifest of ndk-r25-releaseAndroid Build Coastguard Worker
Change-Id: Ia3eab2f9ab8d0c8a08aa570141a34bc6efdb108c
2022-06-28Pin manifest of ndk-r25-releaseAndroid Build Coastguard Worker
Change-Id: Iad6a1cbdd4176679ff8ce4d0cebc1be2e9b5123b
2022-06-27Pin manifest of ndk-r25-releaseAndroid Build Coastguard Worker
Change-Id: Ia8672d5bbfac2b8539ff8b325b75d58098dc19f3
2022-04-28Pin manifest of ndk-r25-releaseAndroid Build Coastguard Worker
Change-Id: I888f32e33ad24bcf5d518886babbcab295282e36
2022-03-24Pin manifest of ndk-r25-releaseAndroid Build Coastguard Worker
Change-Id: I8c61b79962e4f61afb72278d5063aa395729aa78
2022-02-22Pin manifest of ndk-r25-releaseAndroid Build Coastguard Worker
Change-Id: I9d360634be4e41f4aac8b54c5329435cef70c504
2022-02-01Pin manifest of ndk-r25-releaseAndroid Build Coastguard Worker
Change-Id: I47b98338d79d0da93a869a57c987655c24adea47
2022-01-28DO NOT MERGE ANYWHERE Create manifest for ndk-r25-releaseandroid-build-prod (mdb)
Change-Id: I7ecbcba06bbc27322f1c386c6894dbadee0d01fc BUG: 215396442
2022-01-10Add Windows versions of CMake, Ninja, and Python to the NDK manifest, soJames Farrell
we can build NDK tests on Windows. Change-Id: Ib8e2e68c39645d73bf1ecca05023de1d23e99fad
2021-11-18Add pylint and astroid to the NDK manifest.Dan Albert
Test: None Bug: http://b/206146298 Bug: http://b/206656351 Change-Id: I28ecc9c1a003c257dcc9e75c9c411d23fad8b346
2021-11-04Remove the Darwin GCC host prebuiltsRyan Prichard
The NDK uses Clang and the Xcode SDK to build its Darwin binaries. Bug: none Test: checkbuild.py Change-Id: I9afa19ab152ddb94197a3448b88a1ee6166fb61d
2021-09-09Explicitly specify a revision for superproject.Xin Li
This is a temporary measure before superproject gains support for 'revision'. Bug: 187868160 Change-Id: Ie35901629d0d700bf9d4e9214fb83afa56840d6e
2021-08-25Use repo name for python3 prebuilt pathsRyan Prichard
Follow the convention where platform/<repo-name> is checked out at <repo-name>. Also remove clone-depth=1 because nothing else in the NDK manifest uses it. Bug: none Test: run checkbuild.py Change-Id: Idfe8e2f8ed7a66b49a593744c035303cfc55bc56
2021-08-05Remove unused projects.Dan Albert
Change-Id: Idfd1ad421b894dbef4b94a1c03b1f7b90472ba70 Test: ndk/checkbuild.py Bug: None
2021-08-04Remove python 2 prebuilts.Dan Albert
No longer used. Change-Id: I1d244c8a369d597b6d93b8440d6f797c43db1694 Test: ndk/checkbuild.py Bug: None
2021-02-26aosp-master-ndk - add superproject supportRaman Tenneti
Bug: 179089288 Change-Id: If2ac6349248aec84ebe8fa816dce87a9b1688ce7
2021-02-16Remove obsolete projects from the manifest.Dan Albert
Change-Id: I1cc906f733ec3357d7df916df6c15e14c3b3ac54 Test: ndk/checkbuild.py Bug: None
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