summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-25Manifest for Android NDK r21 Beta 2 (build 6011959)ndk-r21-beta2ndk-r21-beta2The Android Open Source Project
Change-Id: I627f9a2226b42358f5df9103925117aedbdffa6d
2019-11-15Pin manifest of ndk-release-r21android-build-prod (mdb)
Change-Id: I92fabd97abf54ecfae09f00b29f2bc96b30a4c41
2019-11-15Pin manifest of ndk-release-r21android-build-prod (mdb)
Change-Id: Idd5aaf77601fd4d016d84088eeb46b245d336db4
2019-11-11Pin manifest of ndk-release-r21android-build-prod (mdb)
Change-Id: Iff7d4ad18c0e24717207e7143cfe60e163cb6035
2019-11-09Pin manifest of ndk-release-r21android-build-prod (mdb)
Change-Id: I4df802c588bf0d98fbabd442f92f0696921854a4
2019-11-05Pin manifest of ndk-release-r21android-build-prod (mdb)
Change-Id: I91b2aae95e03a7d630b34a59766640e138c13f2f
2019-09-30DO NOT MERGE ANYWHERE Create manifest for ndk-release-r21android-build-prod (mdb)
Change-Id: I70452a4087527cdd23314695daee15ddae8e4ae8 BUG: 141779155
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
2016-03-25Add Vulkan repoCourtney Goeltzenleuchter
The Vulkan repository includes the validation layers needed for Vulkan development. NDK packages the source as well as Android binaries application developers can use when testing their application. Change-Id: I8655bbc5976415e5503fbf26ed91cf68b8af1d57
2016-03-23Add cmake/ninja to build for building shader-tools.Andrew Woloszyn
Change-Id: I44293251d40e052fee935507e4905dd05c90938d
2016-03-03Remove the old clang paths from the manifest.Dan Albert
2016-02-23Remove a failed experiment.Dan Albert
2016-02-23Add shaderc components to the NDK manifest.Dan Albert
2015-12-05Revert "Remove legacy clang directories from the manifest."Dan Albert
Apparently these are still in use by some parts of the build. Will need to fix that, but for now just revert. This reverts commit 38e8fe7e575f9246ebc07a60545a2912fbdf2d1a. Change-Id: I555bd68b399941c33add151e434ac8a8c5c40f62
2015-12-04Remove legacy clang directories from the manifest.Dan Albert
2015-10-08Add new prebuilts/clang/host/* projects to master-ndk manifest.Stephen Hines
Change-Id: I69b940677ea3e3fcef570ba8c1afe2b1023d2a8a
2015-09-15Add chromite to the NDK branch.Dan Albert
Not really necessary for local development, but it's needed by the CI.
2015-08-27Switch to master GCC branch.Dan Albert
2015-08-24DO NOT MERGE Use the development branch of prebuilts/ndk.Dan Albert
2015-07-31Remove Perl sources from the manifest.Dan Albert
This is no longer used. Bug: http://b/22413538
2015-07-28Remove external/clang from the manifest.Dan Albert
We only needed this for the static analyzer tools, which are now in the prebuilts directories.
2015-07-13Remove target 4.8 toolchains.Elliott Hughes
Change-Id: I17f1cd4f274c3a7607f389e352e98e4fd45997db
2015-07-10Add toolchain/sed to the NDK manifest.Elliott Hughes
Change-Id: I1788fd6667d0715804df24d70beabd931d246446
2015-07-08Add Windows clang to the prebuilts.Dan Albert
Mapping it at a different path to match the other host prebuilts. Once the Linux and Darwin prebuilts are fixed to fit the new layout we'll move Windows back to where it ought to be. Change-Id: I186e02583346dec7cffcf1d2f5c45a41dac4ca75
2015-07-07Put clang back in the manifest.Dan Albert
We still need this because we pull the analyzer scripts from here (they aren't installed in the prebuilts directory). We'll want to move to having it installed in prebuilts eventually, but the minimal fix is fine for now. This went unnoticed because failures from build-analyzer.sh do not cause build-host-prebuilts.sh to fail (which I'll fix once this gets merged).
2015-06-25Remove a bunch of projects from the NDK manifest.Dan Albert
There are still a few more things here that aren't needed, but it isn't entirely clear which they are...
2015-06-24Remove NDK forks of LLVM projects.Dan Albert
We pull these directly from the platform prebuilts now.