aboutsummaryrefslogtreecommitdiff
path: root/ndk/checkbuild.py
AgeCommit message (Expand)Author
2020-05-01Clean up mypy issues.Dan Albert
2020-05-01Fix pylint issues.Dan Albert
2020-04-23Merge "Create an app bundle instead of a framework bundle."Treehugger Robot
2020-04-22Create an app bundle instead of a framework bundle.Dan Albert
2020-04-21Get libc++ from the new location.Dan Albert
2020-04-20Fix framework bundle zip.Dan Albert
2020-04-17Move the source.properties to the root.Dan Albert
2020-04-17Populate signer metadata.Dan Albert
2020-04-13Package the framework bundle as a zip.Dan Albert
2020-04-10Try to fix the make build on the old macOS build bots.Elliott Hughes
2020-04-09Merge "Fix `FileModule`."Treehugger Robot
2020-04-09Fix `FileModule`.Dan Albert
2020-04-07Only create zip archives of the NDK.Dan Albert
2020-03-26Revert "Default to lld again."Dan Albert
2020-03-24Default to lld again.Dan Albert
2020-03-18Revert "Switch to LLD as the default linker."Dan Albert
2020-03-18Switch to LLD as the default linker.Dan Albert
2020-03-17Merge "Remove platforms and sysroot directories."Treehugger Robot
2020-03-17Merge "Do not run strip for gdb on darwin"Treehugger Robot
2020-03-17Remove platforms and sysroot directories.Dan Albert
2020-03-17Do not run strip for gdb on darwinHaibo Huang
2020-03-16Fix issues with the framework bundle.Dan Albert
2020-03-12Merge "Get libc++abi from the new location."Treehugger Robot
2020-03-12Get libc++abi from the new location.Dan Albert
2020-03-11Merge "Do not strip gdb binary"Treehugger Robot
2020-03-11Be less opinionated about the DMG compression.Dan Albert
2020-03-10Do not strip gdb binaryHaibo Huang
2020-03-10Build a framework bundle for macOS.Dan Albert
2020-03-09Build device prebuilts without Neon.Dan Albert
2019-10-15Move __ANDROID_NDK__ to <android/ndk-version.h>.Elliott Hughes
2019-10-09Purge CMake files from the LLVM install.Dan Albert
2019-10-03Add ndk-major-at-least API to ndk-build.Dan Albert
2019-09-26Revert "[NDK] Use default linker for gdbserver"Haibo Huang
2019-09-24Cleanup -fno-addrsig use.Dan Albert
2019-09-13[NDK] Set rpath for gdbHaibo Huang
2019-09-10[NDK] Add make to dependencies of base-toolchain and gdbHaibo Huang
2019-08-29Fix pylint/mypy issues.Dan Albert
2019-08-28Merge "[NDK] Use default linker for gdbserver"Haibo Huang
2019-08-27[NDK] Use default linker for gdbserverHaibo Huang
2019-08-27[NDK] Do not strip when build gdb on macOSHaibo Huang
2019-08-27Merge "[NDK] Move yasm and ndk-which to separate modules"Haibo Huang
2019-08-27Merge "Add app_api dir in simpleperf release."Yabin Cui
2019-08-26Add app_api dir in simpleperf release.Yabin Cui
2019-08-24[NDK] Move yasm and ndk-which to separate modulesHaibo Huang
2019-08-23[NDK] Move make to a separate moduleHaibo Huang
2019-08-21[NDK] Copy libc++abi together with libc++Haibo Huang
2019-08-21[NDK] Do not copy libwinpthread-1.dllHaibo Huang
2019-08-21Do not rename LLVMgold.dllHaibo Huang
2019-08-20[NDK] Switch to gdb 8.3Haibo Huang
2019-08-20Use clang/clang++ to build gdbserverHaibo Huang