aboutsummaryrefslogtreecommitdiff
path: root/sources
AgeCommit message (Expand)Author
2023-02-07Fix typo in android_native_app_glue.hMateus Azis
2022-10-13Remove libandroid_support.Dan Albert
2022-06-29Hack for Nexus 7 (2013) not correctly reporting idiv.James Farrell
2022-05-31Add deprecation messages to cpufeatures.Dan Albert
2022-04-08Remove dead references to mips/mips64.Elliott Hughes
2022-04-08Use getauxval() directly.Elliott Hughes
2022-03-31Remove libs from sources/cxx-stl/llvm-libc++.James Farrell
2021-11-10Fix incorrect API level for wcstombs and mbstowcs.ZijunZhao
2021-09-22Remove more RenderScript code.Dan Albert
2021-08-25Stop building libandroid_support without Neon.Dan Albert
2021-08-17Remove some obsolete pieces of libandroid_support.Dan Albert
2021-02-26Move toolbox off the legacy build script.Dan Albert
2021-02-11Switch to using a prebuilt GDB/gdbserver.Dan Albert
2021-01-27Build with _GNU_SOURCE (the .c files this time).Elliott Hughes
2021-01-27Merge "Build libm with _GNU_SOURCE."Treehugger Robot
2021-01-26Build libm with _GNU_SOURCE.Elliott Hughes
2021-01-13[aarch64] Mark crtbrand.S as PAuth and BTI compatibleTamas Petz
2020-09-15Merge "Explicitly guard function availability on Android."Elliott Hughes
2020-09-15Explicitly guard function availability on Android.Elliott Hughes
2020-07-28Update language to comply with Android's inclusive language guidanceDan Albert
2020-06-26Set CREATE_BREAKAWAY_FROM_JOB in gdb windows wrapperHaibo Huang
2020-03-23Switch the NDK source/ headers to #pragma once.Elliott Hughes
2020-03-09Build device prebuilts without Neon.Dan Albert
2019-12-18native_app_glue: hook up missing messages.Elliott Hughes
2019-10-22Switch %lS to %lsRyan Prichard
2019-10-21echo_win/cmp_win: use %lS to print wchar_t*Ryan Prichard
2019-09-17Remove useless cxx-stl/system module.Dan Albert
2019-08-20Move GDB out of HostTools.Dan Albert
2019-06-13Remove make-3.81Haibo Huang
2019-06-13Build GNU make with AutoconfBuilderHaibo Huang
2019-06-12Remove support for 32-bit Windows.Dan Albert
2019-03-22Replace stringly typed hosts with an enum.Dan Albert
2018-10-25Remove ndk-depends.Elliott Hughes
2018-10-24ndk-stack: switch to python.Elliott Hughes
2018-09-27Update ndk-build to use the new toolchain layout.Dan Albert
2018-09-15android_support: fix lgamma and enable -WerrorRyan Prichard
2018-07-10Remove libandroid_support's stdio.h.Dan Albert
2018-05-02Remove stlport GDB pretty printer.Dan Albert
2018-04-30Move libc++'s build into checkbuild.pyDan Albert
2018-04-27C++14 support for the system STL.Dan Albert
2018-04-16Remove stale files from the NDK directory.Dan Albert
2018-04-05Revert "Build libc++ using the just-built NDK."Dan Albert
2018-04-03Build libc++ using the just-built NDK.Dan Albert
2018-03-29Declare posix_memalign for android-16.Dan Albert
2018-03-29Revert "Remove posix_memalign from libandroid_support."Dan Albert
2018-03-15Add nullptr_t to the "system STL"'s <cstddef>.Elliott Hughes
2018-02-22Remove an unneeded decl from libandroid_support.Dan Albert
2018-02-07Remove posix_memalign from libandroid_support.Dan Albert
2018-02-06Don't use libandroid_support for modern API levels.Dan Albert
2018-02-06Adapt to platform update.Dan Albert