aboutsummaryrefslogtreecommitdiff
path: root/ndk
AgeCommit message (Expand)Author
2024-04-15Encode incomplete version info instead of path.Dan Albert
2024-04-12Add install path info to the source.properties.Dan Albert
2024-04-10Remove superfluous libraries.Dan Albert
2024-04-09Preserve symlinks when copying to the app bundle.Dan Albert
2024-03-27Move verbose_subprocess_errors to exception notes.Dan Albert
2024-03-22Move the test summary back to the end.Dan Albert
2024-03-21Stop using pip to install zipapp deps.Dan Albert
2024-03-20Merge "Update config to r28 canary." into mainTreehugger Robot
2024-03-20Disallow pip from fetching from PyPI.Dan Albert
2024-03-20Update config to r28 canary.Dan Albert
2024-03-13Merge changes I81253c7d,I7dcdf582 into mainTreehugger Robot
2024-03-13Remove dead code.Dan Albert
2024-03-13Replace pipes.quote with shlex.quote.Dan Albert
2024-03-12Update pylint.Dan Albert
2024-03-12Update black.Dan Albert
2024-03-12Update LLVM to r522817.Dan Albert
2024-03-12Relax Python environment restrictions.Dan Albert
2024-02-29Factor ndk-build/CMake logic out of FlagVerifier.Dan Albert
2024-02-21Add contextmanager for improved subprocess errors.Dan Albert
2024-02-07Add Pkg.ReleaseName for rapid to read.Dan Albert
2024-01-30Update mypy.Dan Albert
2024-01-25Merge "Revert "Build tests even if we --skip-deps."" into mainTreehugger Robot
2024-01-25Revert "Build tests even if we --skip-deps."Dan Albert
2024-01-24Remove remnants of validation library sources.Dan Albert
2024-01-24Strip quotes from argument in batch wrappers.Dan Albert
2024-01-22Generalize API pullups in ndk-build/CMake.Dan Albert
2024-01-22Improve standalone toolchain API too low errors.Dan Albert
2024-01-12make_standalone_toolchain.py: support riscv64.Elliott Hughes
2023-12-06Add ANDROID_SANITIZE=memtag in CMakeFlorian Mayer
2023-09-26Fix ndk-stack, remove test reliance on mocks.Dan Albert
2023-09-12Update LLVM to clang-r498229b.Yi Kong
2023-09-07Replace ' literal with "Ryan Prichard
2023-09-06Add macro needed to build crtbegin_static.oYabin Cui
2023-08-07Factor out (and test) ndk-version.h generation.Dan Albert
2023-08-07Fix type of build number.Dan Albert
2023-08-07Fix docs for __NDK_BUILD__ preprocessor constant.Dan Albert
2023-07-28Switch linux shader-tools from libc++.so.1 to libc++.soRyan Prichard
2023-07-27Add NDK support for 'riscv64' ABIPrashanth Swaminathan
2023-07-24Remove useless directory.Dan Albert
2023-07-24Merge "Preserve symlinks in the Darwin lib directory." into mainDan Albert
2023-07-24Disable shader-tools ctest on Darwin.Dan Albert
2023-07-24Preserve symlinks in the Darwin lib directory.Dan Albert
2023-07-14Disable standalone toolchain tests for riscv64Prashanth Swaminathan
2023-07-13Fix Darwin build for latest toolchain.Dan Albert
2023-07-13Update LLVM to clang-r498229.Prashanth Swaminathan
2023-06-06Advance master to r27.Dan Albert
2023-06-05Fix error in error reporting.Dan Albert
2023-06-05Factor our prebuilt sysroot location.Dan Albert
2023-06-01Remove some unused ndk.abis APIs.Dan Albert
2023-05-18Move ndk-stack tests to a more testable location.Dan Albert