На этой странице представлена информация об изменениях во всех выпущенных стабильных версиях NDK. Чтобы загрузить последнюю стабильную версию NDK или любую доступную на данный момент бета-версию, посетите страницу загрузок NDK .
Посетите группу Google android-ndk-announce для получения более полной информации и подпишитесь на получение объявлений о выпусках.
Android NDK r27 LTS (июль 2024 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
Android NDK r26 LTS (сентябрь 2023 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
- Объявления
- KitKat (API 19 и 20) больше не поддерживается.
Android NDK r25 LTS (июль 2022 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
- Объявления
- Включает API-интерфейсы Android 13.
- LLVM обновлен до clang-r450784d на основе разработки LLVM 14.
Android NDK r24 (март 2022 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
- Объявления
- Ассемблер GNU (GAS) был удален. Если вы собирали с использованием
-fno-integrated-as
вам нужно будет удалить этот флаг. См. «Заметки по миграции Clang» для получения советов по обеспечению совместимости сборки с LLVM. - GDB был удален. Вместо этого используйте LLDB. Обратите внимание, что ndk-gdb по умолчанию использует LLDB, а Android Studio всегда поддерживала только LLDB.
- Jelly Bean (API 16, 17 и 18) больше не поддерживается. Минимальная ОС, поддерживаемая NDK, — KitKat (уровень API 19).
- Устройства, отличные от Neon, больше не поддерживаются. Очень небольшое количество очень старых устройств не поддерживают Neon, поэтому большинство приложений не заметят ничего, кроме улучшения производительности.
- Поддержка сборки RenderScript удалена. RenderScript устарел в Android 12. Если вы еще не завершили перенос своих приложений с RenderScript, можно использовать NDK r23 LTS.
- Ассемблер GNU (GAS) был удален. Если вы собирали с использованием
Android NDK r23 LTS (август 2021 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
- Объявления
- GNU binutils, за исключением GNU Assembler (GAS), были удалены. GAS будет удален в следующем выпуске. Если вы создаете с использованием
-fno-integrated-as
, сообщите об ошибках, если что-то мешает вам удалить этот флаг. - Поддержка GDB прекращена. GDB будет удален из следующего выпуска. Вместо этого используйте LLDB. Обратите внимание, что
ndk-gdb
по умолчанию использует LLDB. - NDK r23 — последняя версия, поддерживающая не-Neon. Начиная с NDK r24, библиотеки Armeabi-v7a в sysroot будут собираться с помощью Neon. Очень небольшое количество очень старых устройств не поддерживают Neon, поэтому большинство приложений не заметят ничего, кроме улучшения производительности.
- Jelly Bean (API 16, 17 и 18) не будет поддерживаться в следующем выпуске NDK. Минимальной ОС, поддерживаемой NDK для r24, будет KitKat (уровень API 19).
- GNU binutils, за исключением GNU Assembler (GAS), были удалены. GAS будет удален в следующем выпуске. Если вы создаете с использованием
Android NDK r22b (март 2021 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
- Объявления
- GNU binutils устарел и будет удален в следующем выпуске NDK. Обратите внимание, что ассемблер GNU (
as
) является частью этого. Если вы создаете с использованием-fno-integrated-as
, сообщите об ошибках, если что-то мешает вам удалить этот флаг. Если вы используетеas
напрямую, используйте вместо этогоclang
. - LLD теперь является компоновщиком по умолчанию. ndk-build и наш файл набора инструментов CMake также перешли на использование llvm-ar и llvm-strip.
- ndk-gdb теперь использует lldb в качестве отладчика. gdb устарел и будет удален в будущем выпуске. Чтобы вернуться к GDB, используйте опцию --no-lldb. Но, пожалуйста, сообщите об ошибке , объяснив, почему вы не можете использовать lldb.
- Поддержка
std::filesystem
теперь включена. Известны две проблемы:- Проблема 1258 :
std::filesystem::perm_options::nofollow
может не учитываться на старых устройствах. - Проблема 1260 :
std::filesystem::canonical
некорректно завершается успешно, если на старых устройствах передается несуществующий путь.
- Проблема 1258 :
- GNU binutils устарел и будет удален в следующем выпуске NDK. Обратите внимание, что ассемблер GNU (
Android NDK r21e LTS (январь 2021 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
- Объявления
32-разрядная версия Windows больше не поддерживается. Это не затрагивает подавляющее большинство пользователей. Если вам по-прежнему необходимо создавать приложения NDK из 32-разрядных версий Windows, продолжайте использовать NDK r20.
Дополнительную информацию об этом изменении в инструментах разработчика Android см. в блоге по этой теме.
- LLD теперь доступен для тестирования. AOSP переключился на использование LLD по умолчанию, и NDK последует его примеру (сроки неизвестны). Проверьте LLD в своем приложении, передав
-fuse-ld=lld
при связывании. Обратите внимание, что проблема 843 повлияет на сборки, использующие LLD с полосой binutils и objcopy, а не с llvm-strip и llvm-objcopy. - Устаревшие пути установки набора инструментов будут удалены в следующих выпусках. Эти пути устарели со времен NDK r19 и занимают значительное количество места в NDK. Удалены следующие пути:
- платформы
- источники/cxx-stl
- системный корень
- цепочки инструментов (за исключением цепочек инструментов/llvm)
make_standalone_toolchain.py
(хотя этот сценарий стал ненужным с момента появления r19). Информацию о переходе от устаревшего макета цепочки инструментов см. в Руководстве по обслуживанию системы сборки для используемой вами версии NDK. - Начиная с августа 2019 года, для загрузки APK-файла в Play Store потребуется поддержка 64-разрядной версии. Начните портирование сейчас, чтобы избежать сюрпризов, когда придет время. Дополнительную информацию можно найти в этой записи блога .
- Подписанный и нотариально заверенный пакет приложений для macOS теперь доступен для загрузки из нашей вики и нашего веб-сайта. Обратите внимание: поскольку только пакеты могут использовать RPATH и проходить нотариальное заверение, традиционный пакет NDK для macOS не может быть нотариально заверен. SDK продолжит использовать традиционный пакет, поскольку пакет приложений требует изменений макета, которые сделают его несовместимым с Android Studio. NDK не помещается в карантин при загрузке через диспетчер SDK, поэтому в настоящее время это разрешено Gatekeeper. Менеджер SDK в настоящее время является наиболее надежным способом получить NDK для macOS.
Android NDK r20b (июнь 2019 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
- Объявления
- LLD теперь доступен для тестирования. AOSP находится в процессе перехода на использование LLD по умолчанию, за этим последует и NDK (сроки неизвестны). Проверьте LLD в своем приложении, передав
-fuse-ld=lld
при связывании. - Начиная с августа 2019 года, для загрузки APK-файла в Play Store потребуется поддержка 64-разрядной версии. Начните портирование сейчас, чтобы избежать сюрпризов, когда придет время. Дополнительную информацию можно найти в этой записи блога .
- Добавлены API-интерфейсы Android Q.
- LLD теперь доступен для тестирования. AOSP находится в процессе перехода на использование LLD по умолчанию, за этим последует и NDK (сроки неизвестны). Проверьте LLD в своем приложении, передав
Android NDK r19c (январь 2019 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
- Объявления
- Разработчикам следует начать тестирование своих приложений с помощью LLD . AOSP переключился на использование LLD по умолчанию, и NDK будет использовать его по умолчанию в следующем выпуске. BFD и Gold будут удалены, как только LLD пройдет цикл выпуска без каких-либо серьезных нерешенных проблем (приблизительно r21). Проверьте LLD в своем приложении, передав
-fuse-ld=lld
при связывании. Примечание. lld в настоящее время не поддерживает сжатые символы в Windows. Выпуск 888 . Clang также не может генерировать сжатые символы в Windows, но это может стать проблемой при использовании артефактов, созданных из Darwin или Linux. - Начиная с августа 2019 года, для загрузки APK-файла в Play Store потребуется поддержка 64-разрядной версии. Начните портирование сейчас, чтобы избежать сюрпризов, когда придет время. Дополнительную информацию можно найти в этой записи блога .
- Проблема 780 : Автономные цепочки инструментов теперь не нужны. Clang, binutils, sysroot и другие части цепочки инструментов теперь установлены в
$NDK/toolchains/llvm/prebuilt/<host-tag>
и Clang автоматически найдет их. Вместо создания отдельной цепочки инструментов для API 26 ARM вызовите компилятор непосредственно из NDK: В версии r19 набор инструментов также устанавливается по старому пути, чтобы дать системам сборки возможность адаптироваться к новому макету. Старые пути будут удалены в r20. Скрипт$ $NDK/toolchains/llvm/prebuilt/
/bin/armv7a-linux-androideabi26-clang++ src.cpp make_standalone_toolchain.py
не будет удален. Теперь это не нужно и выдаст предупреждение с приведенной выше информацией, но сценарий останется, чтобы сохранить существующие рабочие процессы. Если вы используете ndk-build, CMake или отдельную цепочку инструментов, в вашем рабочем процессе не должно быть никаких изменений. Это изменение имеет смысл для сопровождающих сторонних систем сборки, которые теперь смогут удалять некоторый код, специфичный для Android. Дополнительную информацию см. в руководстве для специалистов по обслуживанию систем сборки . - ndk-dependents был удален. Мы считаем, что ReLinker — лучшее решение проблем с загрузкой встроенных библиотек в старых версиях Android.
- Проблема 862 : Сценарии-оболочки GCC, которые перенаправлялись на Clang, были удалены, поскольку они недостаточно функциональны, чтобы их можно было заменить.
- Разработчикам следует начать тестирование своих приложений с помощью LLD . AOSP переключился на использование LLD по умолчанию, и NDK будет использовать его по умолчанию в следующем выпуске. BFD и Gold будут удалены, как только LLD пройдет цикл выпуска без каких-либо серьезных нерешенных проблем (приблизительно r21). Проверьте LLD в своем приложении, передав
Android NDK r18b (сентябрь 2018 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
- Объявления
- GCC удален.
- LLD теперь доступен для тестирования. AOSP находится в процессе перехода на использование LLD по умолчанию, за этим последует и NDK (сроки неизвестны). Проверьте LLD в своем приложении, передав
-fuse-ld=lld
при связывании. - gnustl, gabi++ и stlport были удалены.
- Поддержка ICS (android-14 и android-15) удалена. Приложениям, использующим исполняемые файлы, больше не требуется предоставлять как PIE, так и не-PIE исполняемые файлы.
- Начиная с августа 2019 года, для загрузки APK-файла в Play Store потребуется поддержка 64-разрядной версии. Начните портирование сейчас, чтобы избежать сюрпризов, когда придет время. Дополнительную информацию можно найти в этой записи блога .
Android NDK r17c (июнь 2018 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
- Объявления
- GCC больше не поддерживается. Он будет удален в NDK r18.
- libc++ теперь является STL по умолчанию для CMake и автономных цепочек инструментов. Если вы вручную выбрали другой STL, мы настоятельно рекомендуем вам перейти на
libc++
. Обратите внимание, что по умолчанию ndk-build по-прежнему не использует STL. Более подробную информацию можно найти в этой публикации в блоге . - gnustl и stlport устарели и будут удалены в NDK r18.
- Поддержка ARMv5 (armeabi), MIPS и MIPS64 удалена. Попытка создать любой из этих ABI приведет к ошибке.
- Поддержка ICS (android-14 и android-15) будет удалена из r18.
- Начиная с августа 2019 года, для загрузки APK-файла в Play Store потребуется поддержка 64-разрядной версии. Начните портирование сейчас, чтобы избежать сюрпризов, когда придет время. Дополнительную информацию можно найти в этой записи блога .
Android NDK r16b (декабрь 2017 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
- Объявления
- Устаревшие заголовки были удалены. Унифицированные заголовки теперь называются просто «Заголовки». Советы по миграции см. в разделе Примечания по миграции унифицированных заголовков .
- GCC больше не поддерживается. Он пока не будет удален из NDK, но больше не получает бэкпортов. Его нельзя удалить до тех пор, пока libc++ не станет достаточно стабильным, чтобы использоваться по умолчанию, поскольку некоторые части gnustl все еще несовместимы с Clang. Он будет удален, когда другие STL будут удалены в r18.
-
libc++
вышла из бета-версии и теперь является предпочтительным STL в NDK. Начиная с версии 17,libc++
является STL по умолчанию для CMake и автономных цепочек инструментов. Если вы вручную выбрали другой STL, мы настоятельно рекомендуем вам перейти наlibc++
. Более подробную информацию можно найти в этой публикации в блоге . - Поддержка ARM5 (armeabi), MIPS и MIPS64 устарела. Они больше не будут собираться по умолчанию с помощью ndk-build, но их по-прежнему можно будет собирать, если им явно присвоено имя, и они будут включены в "all", "all32" и "all64". Поддержка каждого из них была удалена в версии r17. И CMake, и ndk-build выдадут предупреждение, если вы нацелитесь на любой из этих ABI.
- API
Добавлены собственные API для Android 8.1 . Дополнительные сведения об этих API см. в обзоре собственных API .
Дополнительную информацию о том, что нового и изменено в этом выпуске, можно найти в этом журнале изменений .
Android NDK r15c (июль 2017 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
- Объявления
- Унифицированные заголовки включены по умолчанию. Чтобы узнать, как использовать эти заголовки, см. раздел «Унифицированные заголовки» .
- GCC больше не поддерживается. Он еще не удален из NDK, но больше не получает бэкпортов. Его нельзя удалить до тех пор, пока libc++ не стабилизируется настолько, чтобы стать версией по умолчанию, поскольку некоторые части gnustl все еще несовместимы с Clang.
- Android 2.3 (
android-9
) больше не поддерживается. Минимальным целевым уровнем API в NDK теперь является Android 4.0 (android-14
). Если для вашегоAPP_PLATFORM
установлено значение нижеandroid-14
, вместо него используетсяandroid-14
. - CMake в NDK теперь поддерживает сборку кода сборки, написанного на YASM, для работы на архитектурах x86 и x86-64. Дополнительные сведения см. в разделе Создание ассемблерного кода .
Примечание. Устаревшие заголовки будут удалены в следующем выпуске. Если у вас возникнут какие-либо проблемы с этими заголовками, сообщите об ошибке .
Советы по миграции см. в примечаниях по миграции унифицированных заголовков .
- API
Добавлены собственные API для Android 8.0 . Дополнительные сведения об этих API см. в обзоре собственных API .
Дополнительную информацию о том, что нового и изменено в этом выпуске, можно найти в этом журнале изменений .
Android NDK r14b (март 2017 г.)
Журнал изменений- Загрузки
- Загрузки для этого выпуска доступны здесь .
- Объявления
- Унифицированные заголовки. В этом выпуске представлены заголовки платформы, которые синхронизируются и всегда обновляются и точны с платформой Android. Исправления ошибок, связанных только с заголовком, теперь затрагивают все уровни API. Введение унифицированных заголовков устраняет несоответствия в более ранних выпусках NDK, такие как:
- Заголовки в M и N на самом деле были заголовками для L.
- Объявления функций в заголовках не соответствовали правильному уровню платформы; заголовки объявили несуществующие функции или не смогли объявить доступные функции.
- В некоторых старых уровнях API отсутствовали или были неправильны константы, которые были в более новых уровнях API.
Эти новые унифицированные заголовки не включены по умолчанию. Чтобы узнать, как включить и использовать эти заголовки, см. раздел «Унифицированные заголовки» .
- Прекращение поддержки GCC: в этом выпуске прекращается активная поддержка GCC. GCC пока не удален из NDK, но больше не будет получать бэкпорты. Поскольку некоторые части gnustl все еще несовместимы с Clang, GCC не будет полностью удален до тех пор, пока libc++ не станет достаточно стабильным, чтобы использоваться по умолчанию.
- Унифицированные заголовки. В этом выпуске представлены заголовки платформы, которые синхронизируются и всегда обновляются и точны с платформой Android. Исправления ошибок, связанных только с заголовком, теперь затрагивают все уровни API. Введение унифицированных заголовков устраняет несоответствия в более ранних выпусках NDK, такие как:
Дополнительную информацию о том, что нового и изменено в этом выпуске, можно найти в этом журнале изменений .
Android NDK r13b (октябрь 2016 г.)
- Загрузки
- Загрузки для этого выпуска заархивированы здесь .
- Объявления
- GCC больше не поддерживается. Он пока не будет удален из NDK, но больше не получает бэкпортов. Его нельзя удалить до тех пор, пока libc++ не станет достаточно стабильным, чтобы использоваться по умолчанию, поскольку некоторые части gnustl все еще несовместимы с Clang. Вероятно, после этого момента оно будет удалено.
- Добавлен simpleperf — профилировщик ЦП для Android.
- r13b
- Дополнительные исправления отсутствия
__cxa_bad_cast
.
- Дополнительные исправления отсутствия
- НДК
-
NDK_TOOLCHAIN_VERSION
теперь по умолчанию имеет значение Clang. - libc++ обновлен до r263688.
- Мы выполнили сброс до (почти) чистого восходящего потока. Это должно устранить ряд ошибок, но нам все равно нужно очистить libandroid_support, прежде чем мы будем рекомендовать его в качестве значения по умолчанию.
-
make-standalone-toolchain.sh
теперь является просто оболочкой версии инструмента Python. Есть несколько поведенческих различий. Подробности смотрите в сообщении о фиксации . - Некоторые библиотеки для неподдерживаемых ABI были удалены (mips64r2, mips32r6, mips32r2 и x32). Возможно, еще есть отставшие.
- Проблемы с crtbegin_static.o, приводившие к отсутствию atexit во время компоновки при создании статического исполняемого файла для ARM android-21+, были решены: проблема 132.
- Добавлен файл цепочки инструментов CMake в build/cmake/android.toolchain.cmake.
-
- Известные проблемы
- Это не полный список всех выдающихся ошибок.
- Автономные цепочки инструментов, использующие libc++ и GCC, не работают. Кажется, это ошибка в GCC. Более подробную информацию смотрите в сообщении о фиксации .
- Бионические заголовки и библиотеки для Marshmallow и N пока не представлены, несмотря на наличие android-24. Эти платформы по-прежнему представляют собой заголовки и библиотеки Lollipop (а не регресс по сравнению с r11).
- Инструменты RenderScript отсутствуют (не регресс от r11): Проблема 7 .
Android NDK r12b (июнь 2016 г.)
- Загрузки
- Загрузки для этого выпуска заархивированы здесь .
- Объявления
- Команда
ndk-build
по умолчанию использует Clang в r13. Мы удалим GCC в следующем выпуске. - Скрипт
make-standalone-toolchain.sh
будет удален в версии r13. Убедитесь, чтоmake_standalone_toolchain.py
соответствует вашим потребностям. - Сообщайте о проблемах на GitHub .
- Мы исправили
ndk-gdb.py
. ( Выпуск 118 ) - Мы обновили
NdkCameraMetadataTags.h
, чтобы он больше не содержал недопустимое значение перечисления. - Исправлена ошибка в ndk-build, приводившая к ложным предупреждениям для статических библиотек, использующих libc++. Более подробную информацию об этом изменении смотрите в комментариях здесь .
- Заголовки OpenSLES обновлены для Android-24.
- НДК
- Мы удалили поддержку ABI Armeabi-v7a-hard. Для получения дополнительной информации см. это объяснение .
- Удалены все системные корни для уровней платформы до GB. Мы отказались от их поддержки в версии 11, но не удалили их на самом деле.
- Обработка исключений при использовании c++_shared на ARM32 теперь в основном работает. Средство размотки теперь будет связано с каждым связанным объектом, а не с самой libc++. Дополнительные сведения об обработке исключений см. в разделе Известные проблемы .
- Флаги компилятора по умолчанию были обрезаны. ( Выпуск 27 ).
- Полную информацию об этих изменениях можно найти в этом списке изменений .
- Добавлена реализация автономных цепочек инструментов на Python:
build/tools/make_standalone_toolchain.py
.- Пользователям Windows больше не нужен Cygwin для использования этой функции.
- Мы удалим версию bash в r13, поэтому протестируйте новую версию прямо сейчас.
-
-fno-limit-debug-info
включен по умолчанию для отладочных сборок Clang. Это изменение должно улучшить отладку с помощью LLDB. -
--build-id
теперь включен по умолчанию.- Идентификатор сборки теперь будет отображаться в собственных отчетах о сбоях, чтобы вы могли легко определить, какая версия вашего кода выполнялась.
-
NDK_USE_CYGPATH
больше не должен вызывать проблемы с libgcc. ( Выпуск Android 195486 ) - Параметры
-Wl
,--warn-shared-textrel
и-Wl,--fatal-warnings
теперь включены по умолчанию. Если у вас есть общие перемещения текста, ваше приложение не сможет загрузиться на Android 6.0 (уровень API 23) или выше. Перемещение текста никогда не разрешалось для 64-битных приложений. - Предварительно скомпилированные заголовки должны работать лучше. ( Выпуск 14 и Выпуск 16 )
- Удалены недоступные библиотеки STL ARM (не-thumb).
- Добавлена поддержка Vulkan в android-24.
- Добавлен API хореографа в android-24.
- Добавлены API-интерфейсы
libcamera2
для устройств сINFO_SUPPORTED_HARDWARE_LEVEL_LIMITED
или выше. Дополнительную информацию см. в разделе Характеристики камеры . - Кланг
- Clang обновлен до версии 3.8svn (r256229, сборка 2812033).
- Исполняемые файлы
clang.exe
иclang++.exe
в 32-битном пакете Windows на самом деле являются 64-битными. 32-битный исполняемый файл называетсяclang_32.exe
.
На этот раз - Исполняемые файлы
- GCC
- Синхронизировано с ChromeOS GCC @ google/gcc-4_9 r227810.
- Перенесенный дезинфицирующий патч от ToT (r231296).
- Исправлена ошибка, из-за которой libatomic не использовал
ifuncs
. ( Выпуск 31 ) - Бинутилс
- Информационные сообщения «Ошибка 843419 найдена и исправлена» отключены.
- Введена опция
--long-plt
для исправления внутренней ошибки компоновщика, возникающей при связывании огромных двоичных файлов Arm32. - Исправлены неправильные заглушки времени выполнения для AArch64. Это приводило к неправильному расчету адресов перехода для очень больших DSO.
- Введена опция по умолчанию
--no-apply-dynamic
для обхода ошибки динамического компоновщика в более ранних выпусках Android. - NDK r11 KI для
dynamic_cast
не работает с Clang. Мы исправили x86,stlport_static
и оптимизацию. - ГББ
- Обновлен до GDB 7.11. Для получения дополнительной информации посетите страницу новостей GDB .
- Некоторые исправления для
ndk-gdb.py
. - Известные проблемы
- x86 ASAN по-прежнему не работает. Для получения дополнительной информации см. обсуждение этого списка изменений .
- Отмена исключений с помощью
c++_shared
по-прежнему не работает для ARM на Android 2.3 (уровень API 9) или Android 4.0 (уровень API 14). - Бионические заголовки и библиотеки для Android 6.0 (уровень API 23) и Android 7.0 (уровень API 24) еще не представлены, несмотря на наличие android-24. Этими платформами по-прежнему являются заголовки и библиотеки Android 5.0 (уровень API 21) (а не регресс по сравнению с r11).
- Инструменты RenderScript отсутствуют (не регресс от r11). ( Выпуск 7 )
- Этот журнал изменений не представляет собой полный список всех выдающихся ошибок.
__thread
должен работать по-настоящему.Android NDK r12 (июнь 2016 г.)
- Загрузки
- Загрузки для этого выпуска заархивированы здесь .
- Объявления
- В следующем выпуске команда
ndk-build
по умолчанию будет использовать Clang. GCC будет удален в более поздней версии. - Сценарий
make-standalone-toolchain.sh
будет удален в следующем выпуске. Если вы используете этот скрипт, запланируйте переход наmake_standalone_toolchain.py
как можно скорее. - НДК
- Удалена поддержка ABI Armeabi-v7a-hard. См. объяснение в документации .
- Удалены все системные корни для уровней платформы до Android 2.3 (уровень API 9). Мы прекратили их поддержку в NDK r11, но не удалили их.
- Обновлена обработка исключений при использовании c++_shared в ARM32, чтобы она в основном работала (см. Известные проблемы ). Средство размотки теперь связано с каждым связанным объектом, а не с самой libc++.
- Урезаны флаги компилятора по умолчанию ( NDK Issue 27 ). Подробности об этом обновлении можно посмотреть в изменении 207721 .
- Добавлена реализация Python автономных цепочек инструментов в
build/tools/make_standalone_toolchain.py
. В Windows вам больше не нужен Cygwin для использования этой функции. Обратите внимание, что версия bash будет удалена в следующем выпуске, поэтому протестируйте новую версию прямо сейчас. - В отладочных сборках Clang настроен параметр
-fno-limit-debug-info
включенный по умолчанию. Это изменение позволяет улучшить отладку с помощью LLDB. - Включен
--build-id
как опция по умолчанию. Этот параметр позволяет отображать идентификатор в собственных отчетах о сбоях, чтобы вы могли легко определить, какая версия вашего кода выполнялась. - Исправлена проблема с
NDK_USE_CYGPATH
так что она больше не вызывает проблем с libgcc ( выпуск 195486 ). - По умолчанию включены следующие параметры:
-Wl,--warn-shared-textrel
и-Wl,--fatal-warnings
. Если у вас есть общие перемещения текста, ваше приложение не загружается на Android 6.0 (уровень API 23) и выше. Обратите внимание, что эта конфигурация никогда не была разрешена для 64-разрядных приложений. - Исправлено несколько проблем, чтобы предварительно скомпилированные заголовки работали лучше ( NDK Issue 14 , NDK Issue 16 ).
- Удалены недоступные библиотеки STL ARM (не-thumb).
- Добавлена поддержка Vulkan в android-24.
- Добавлен API хореографа в android-24.
- Добавлены API-интерфейсы libcamera2 для устройств, поддерживающих уровень функций
INFO_SUPPORTED_HARDWARE_LEVEL_LIMITED
или выше. Дополнительные сведения см. в справочникеCameraCharacteristics
. - Кланг
- Clang обновлен до версии 3.8svn (r256229, сборка 2812033). Исполняемые файлы
clang.exe
иclang++.exe
в 32-битном пакете Windows на самом деле являются 64-битными. 32-битный исполняемый файл называетсяclang_32.exe
. - Исправлен
__thread
, и на этот раз он работает по-настоящему. - GCC
- Синхронизировал компилятор с ChromeOS GCC@google/gcc-4_9 r227810.
- Перенесенный дезинфицирующий патч от ToT (r231296).
- Исправлена ошибка, из-за которой
libatomic
не использовал ifuncs ( NDK Issue 31 ). - Бинутилс
- Отключены информационные сообщения «Ошибка 843419 найдена и исправлена».
- Добавлена опция
--long-plt
для исправления внутренней ошибки компоновщика при связывании огромных двоичных файлов Arm32. - Исправлены неправильные заглушки времени выполнения для
AArch64
. Эта проблема приводила к неправильному расчету адресов перехода для очень больших динамических общих объектов (DSO). - Введена опция по умолчанию
--no-apply-dynamic
для обхода ошибки динамического компоновщика в более ранних выпусках Android. - Исправлена известная проблема с NDK r11, из-за которой
dynamic_cast
не работал с Clang, x86, stlport_static и оптимизацией. - ГББ
- Обновлен до версии GDB 7.11. Для получения дополнительной информации об этом выпуске см. Новости GDB .
- Исправлен ряд ошибок в скрипте
ndk-gdb.py
. - Известные проблемы
- Средство очистки адресов x86 (ASAN) в настоящее время не работает. Дополнительные сведения см. в выпуске 186276 .
- Отмена исключений с помощью
c++_shared
не работает для ARM на Android 2.3 (уровень API 9) или Android 4.0 (уровень API 14). - Бионические заголовки и библиотеки для Android 6.0 (уровень API 23) и выше пока не представлены, несмотря на наличие Android-24. Эти платформы по-прежнему имеют заголовки и библиотеки Android 5.0 (уровень API 21), что соответствует NDK r11.
- Инструменты RenderScript отсутствуют, что соответствует NDK r11. ( НДК, выпуск 7 )
- В заголовочном файле
NdkCameraMetadataTags.h
перечислимое значение тега метаданных камерыACAMERA_STATISTICS_LENS_SHADING_CORRECTION_MAP
было указано случайно и будет удалено в следующем выпуске. Вместо этого используйте значениеACAMERA_STATISTICS_LENS_SHADING_MAP
.
Android NDK r11c (март 2016 г.)
- Изменения
- Внесены дополнительные исправления в скрипт
ndk-gdb.py
. - В параметр
--attach
командыndk-gdb
добавлен необязательный аргумент имени пакета. ( Выпуск 13 ) - Исправлены неверные пути к цепочке инструментов для 32-битной платформы Windows. ( Выпуск 45 )
- Исправлен относительный путь для команды
ndk-which
. ( Выпуск 29 ) - Исправлено использование cygpath для компилятора libgcc. ( Выпуск Android 195486 )
Android NDK r11b (март 2016 г.)
- НДК
- Важные объявления
- Мы перенесли нашу систему отслеживания ошибок на GitHub.
- Изменения
-
ndk-gdb.py
исправлен. В r11 он полностью регрессировал . -
ndk-gdb
для Mac исправлен . - Добавлено больше ярлыков верхнего уровня для инструментов командной строки:
-
ndk-depends
. -
ndk-gdb
. -
ndk-stack
. -
ndk-which
. Эта команда полностью отсутствовала в предыдущих выпусках.
-
- Исправлены автономные цепочки инструментов для libc++, в которых отсутствовал
__cxxabi_config.h
. - Исправлена справочная документация для
--toolchain
вmake-standalone-toolchain.sh
.
-
- Важные объявления
- Кланг
- Ошибки
- Вопреки тому, что мы сообщали в примечаниях к выпуску r11,
__thread
не работает. Это связано с тем, что в поставляемой нами версии Clang отсутствует исправление ошибки для эмулируемой поддержки TLS.
Android NDK r11 (март 2016 г.)
- Кланг
- Важные объявления
- Мы настоятельно рекомендуем перейти на Clang.
- Если у вас возникли проблемы с Clang, сообщите здесь об ошибках, связанных с Clang в NDK. Для решения более общих проблем с Clang сообщите об ошибках, следуя инструкциям на этой странице .
- Clang обновлен до версии 3.8svn (r243773, сборка 2481030).
- Эта версия представляет собой почти чистый исходный Clang.
- Загружаемый пакет NDK для 64-разрядной версии Windows содержит 32-разрядную версию Clang.
- Мы настоятельно рекомендуем перейти на Clang.
- Дополнения
- Clang теперь обеспечивает поддержку эмулируемого TLS.
- Компилятор теперь поддерживает
__thread
, эмулируя ELF TLS с данными, специфичными для потока pthread. - C++11
thread_local
работает в некоторых случаях, но не для данных с нетривиальными деструкторами, поскольку в этих случаях требуется поддержка со стороны libc. Это ограничение не применяется при работе на Android 6.0 (уровень API 23) или более поздней версии. - Эмулированный TLS пока не работает с Aarch64, когда доступ к переменным TLS осуществляется из общей библиотеки.
- Компилятор теперь поддерживает
- Clang теперь обеспечивает поддержку эмулируемого TLS.
- Важные объявления
- GCC
- Важные объявления
- GCC в NDK теперь устарел в пользу Clang.
- NDK не будет обновляться до версии 5.x и не будет принимать некритичные резервные копии.
- Обслуживание ошибок компиляции и внутренних ошибок компилятора в версии 4.9 будет выполняться в каждом конкретном случае.
- Переезды
- Удален GCC 4.8. Все цели теперь используют GCC 4.9.
- Другие изменения
- Синхронизирован google/gcc-4_9 с r224707. Раньше он был синхронизирован с r214835.
- НДК
- Важные объявления
- Образцы больше не включены в пакет NDK. Вместо этого они доступны на GitHub.
- Документация больше не входит в пакет NDK. Вместо этого он находится на сайте разработчика Android.
- Дополнения
- В
android-23
добавлен собственный API трассировки. - В
android-23
добавлен собственный мультисетевой API. - Включены libc, m и dl для предоставления версионных символов, начиная с уровня API 21.
- Добавлены заголовки и библиотека Vulkan на уровень API N.
- В
- Переезды
- Удалена поддержка
_WCHAR_IS_8BIT
. - Удален sed.
- Удален Маклинкер.
- Удален Перл.
- Из всех версий NDK libc, m и dl удалены все символы, которые не поддерживаются версиями платформы этих библиотек.
- Частично удалена поддержка mips64r2. Остальные будут удалены в будущем.
- Удалена поддержка
- Другие изменения
- Автономные наборы инструментов ARM изменены на Arm7 по умолчанию.
- Вы можете восстановить старое поведение, указав параметр
-target
какarmv5te-linux-androideabi
.
- Вы можете восстановить старое поведение, указав параметр
- Изменена система сборки для использования
-isystem
для включений платформы.- Предупреждения о том, что бионические причины больше не нарушают сборку приложений.
- Исправлена ошибка сегментации, возникавшая, когда двоичный файл выдавал исключения через gabi++. (Выпуск 179410 )
- Изменено встроенное пространство имен libc++ на
std::__ndk1
чтобы предотвратить проблемы ODR с платформой libc++. - Все библиотеки libc++ теперь создаются с помощью libc++abi.
-
APP_PLATFORM
по умолчанию заменен на Gingerbread.- Ожидайте, что поддержка Froyo и старше будет прекращена в будущем выпуске.
- Автономные наборы инструментов ARM изменены на Arm7 по умолчанию.
- Обновлена структура gabi++
_Unwind_Exception
для 64-битной версии. - В cpufeatures добавлены следующие возможности:
- Обнаружение SSE4.1 и SSE4.2.
- Обнаружение функций процессора на x86_64.
- Обновлен libc++abi до вышестоящей версии r231075 .
- Обновлены
byteswap.h
,endian.h
,sys/procfs.h
,sys/ucontext.h
,sys/user.h
иuchar.h
из ToT Bionic. - Синхронизирован
sys/cdefs.h
на всех уровнях API. - Исправлены
fegetenv and fesetenv
для руки. - Исправлен размер/выравнивание конечного указателя
crtend_*
для mips64 и x86_64.
- Важные объявления
- Бинутилс
- Дополнения
- Добавлен новый параметр:
--pic-veneer
.
- Добавлен новый параметр:
- Переезды
- Пакет 32-разрядной версии Windows больше не содержит ld.gold. Вместо этого вы можете получить ld.gold из пакета 64-битной Windows.
- Изменения
- Унифицированный исходный код binutils для Android и ChromiumOS. Дополнительную информацию об этом изменении можно найти в комментариях здесь.
- Повышена надежность Gold для aarch64. Используйте
-fuse-ld=gold
во время компоновки, чтобы использовать золото вместо bfd. Значение по умолчанию, скорее всего, изменится в следующем выпуске. - Улучшено время компоновки огромных двоичных файлов для серверной части Gold ARM (сокращение времени компоновки до 50 % для отлаживаемого браузера Chrome).
- Дополнения
- ГББ
- Переезды
- Удален ndk-gdb в пользу ndk-gdb.py.
- Изменения
- Обновлен GDB до версии 7.10.
- Улучшенная производительность.
- Улучшены сообщения об ошибках.
- Исправлены относительные пути проекта.
- Не удалось Ctrl-C убить фоновый gdbserver.
- Улучшена поддержка Windows.
- Переезды
- ЯСМ
- Изменения
- Обновлен YASM до версии 1.3.0.
- Изменения
- Известные проблемы
- x86 ASAN в настоящее время не работает. Дополнительную информацию смотрите в обсуждении здесь.
- Сочетание Clang, x86, stlport_static и уровней оптимизации выше
-O0
приводит к сбоям тестирования сdynamic_cast
. Дополнительную информацию смотрите в комментариях здесь . - Обработка исключений часто завершается сбоем при использовании c++_shared на ARM32. Основная причина — несовместимость размотчика LLVM, который libc++abi использует для ARM32, и libgcc. Такое поведение не является регрессом по сравнению с r10e.
Android NDK r10e (май 2015 г.)
- Загрузки
- Загрузки для этого выпуска заархивированы здесь .
- Важные изменения:
- Интегрирован обходной путь для ошибки Cortex-A53 843419 в компоновщик
aarch64-linux-android-4.9
. Дополнительные сведения об этом обходном пути см. в разделе Обходной путь для ошибки Cortex-a53 843419. - Добавлен Кланг 3.6;
NDK_TOOLCHAIN_VERSION=clang
теперь выбирает эту версию Clang по умолчанию. - Удален Кланг 3.4.
- Удален GCC 4.6.
- Реализована поддержка многопоточности в
ld.gold
для всех архитектур. Теперь он может связываться с поддержкой многопоточности или без нее; по умолчанию это делается без него.- Для компиляции с использованием многопоточности используйте опцию
--threads
. - Для компиляции без многопоточности используйте опцию
--no-threads
.
- Для компиляции с использованием многопоточности используйте опцию
- GDB/gdbserver обновлен до версии 7.7 для всех архитектур.
- Удален пакет NDK для 32-битной версии Darwin.
- Интегрирован обходной путь для ошибки Cortex-A53 843419 в компоновщик
- Важные исправления ошибок:
- Исправлен сбой, возникающий при наличии циклов OpenMP вне основного потока.
- Исправлена внутренняя ошибка компилятора GCC 4.9 ( ICE ), которая возникала, когда пользователь объявлял
#pragma GCC optimize ("O0")
, но в командной строке был указан другой уровень оптимизации.pragma
имеет приоритет. - Исправлена ошибка, которая раньше приводила к сбою со следующим сообщением об ошибке:
in add_stores, at var-tracking.c:6000
- Реализован обходной путь для проблемы Clang 3.5, из-за которой автоматическая векторизация LLVM генерирует
llvm.cttz.v2i64()
— инструкцию, не имеющую аналога в наборе инструкций ARM.
- Другие исправления ошибок:
- Сделаны следующие исправления заголовков и библиотек:
- Исправлено
PROPERTY_*
вmedia/NdkMediaDrm.h
. - Исправлен
sys/ucontext.h
дляmips64
. - Убрана проверка версии Clang для
__builtin_isnan
и__builtin_isinf
. - Добавлены
android-21/arch-mips/usr/include/asm/reg.h
иandroid-21/arch-mips64/usr/include/asm/reg.h
. - Исправлено ложное предупреждение о границах массива, которое GCC 4.9 создавал для x86, и снова включил предупреждение о границах массива, которое GCC 4.9 создавал для ARM. Предупреждение для ARM ранее было безоговорочно отключено.
- Исправлен Clang 3.5 для
mips
иmips64
для создания записываемого раздела.gcc_except_table
, что соответствует поведению GCC. Это изменение позволяет избежать следующего предупреждения компоновщика:.../ld: warning: creating a DT_TEXTREL in a shared object
- Перенесено исправление проблем
compiler-rt
, которые приводили к сбоям при компиляции Clang дляmips64
. Дополнительные сведения см. в выпуске LLVM 20098 . - Исправлены сбои Clang 3.5, возникавшие в комментариях, отличных от ASCII. (Выпуск 81440 )
- Исправлена
stlport collate::compare
возвращающая-1
и1
. Ранее он возвращал произвольные подписанные номера. - Исправлен
ndk-gdb
для 64-битной ABIS. (Выпуск 118300 ) - Исправлена авария, который производил образец hellocomputendk для renderscript на Android 4.4 (уровень API Api Android). Для получения дополнительной информации см. Эта страница .
- Исправлен
libc++ __wrap_iter
для GCC. Для получения дополнительной информации см. Выпуск LLVM 22355 . -
.asm
x86_64
- Внедрил обходной путь для выпуска GCC 4.8
stlport
. (Выпуск 127773 ) - Удалили сепаратор каталогов с запеканием
\\
с пути проекта в Windows. (Выпуск 160584 ) - Исправлено
no rule to make target
ошибку, которая произошла при составлении одного файла.c
путем выполнения командыndk-build.cmd
изgradle
. (Выпуск 66937 ) - Добавлены библиотеки
libatomic.a
иlibgomp.a
, которые отсутствовали в следующих инструментах хоста:-
aarch64-linux-android-4.9
-
mips64el-linux-android-4.9
-
mipsel-linux-android-4.9
-
x86_64-4.9
-
- Другие изменения:
- Добавлен
ld.gold
дляaarch64
. Линкер по умолчанию остаетсяld.bfd
. Чтобы явно включитьld.gold
, добавить-fuse-ld=gold
в переменнуюLOCAL_LDFLAGS
илиAPP_LDFLAGS
. - Создал инструменты MIPS и MIPS64 с
binutils-2.25
, который обеспечивает улучшенную поддержку R6. - Сделано
-fstandalone-debug
(полная информация о отладке) опция по умолчанию для Clang. - Заменил
-fstack-protector
с-fstack-protector-strong
для ARM, AARCH64, x86 и x86_64 для GCC 4.9, Clang 3.5 и Clang 3.6. - Добавлены коммутатор командной строки-
--package
вndk-gdb
чтобы система сборки переопределяет имя пакета. (Выпуск 56189 ) - Устаревший
-mno-ldc1-stc1
для MIPS. Эта опция может не работать с новыми параметрами-fpxx
и-mno-odd-spreg
или с FPXX ABI. - Добавлены обнаружение MIPS MSA и R6 в
cpu-features
.
- Добавлен
Android NDK R10D (декабрь 2014 г.)
- Важные изменения:
- Сделал GCC 4.8 по умолчанию для всех 32-битных ABIS. Устаревшего GCC 4.6 и удалит его в следующий релиз. Чтобы восстановить предыдущее поведение, либо добавьте
NDK_TOOLCHAIN_VERSION=4.6
к NDK-Build, либо добавьте--toolchain=arm-linux-androideabi-4.6
при выполненииmake-standalone-toolchain.sh
в командной строке. GCC 4.9 остается дефолтом для 64-битной ABIS. - Остановил все x86 [_64] по умолчанию добавление
-mstackrealign
. NDK Toolchain предполагает 16-байтовую выравнивание стека. Инструменты и параметры, используемые по умолчанию, обеспечивают это правило. Код сборки пользователя должен обеспечить сохранение выравнивания стека и убедиться, что другие компиляторы также соответствуют этому правилу. (GCC ошибка 38496 ) - Добавлен адрес функции дезинфицирующего средства, чтобы Clang 3.5 Поддержка ARM и x86 ABIS. Для получения дополнительной информации об этом изменении см. Проект «Адрес дезинфицирующего средства» .
- Введено требование, начиная с уровня API 21, для использования
-fPIE -pie
при строительстве. На уровнях API 16 и выше NDK-Build используетPIE
при здании. Это изменение имеет ряд последствий, которые обсуждаются в предварительном просмотре разработчика 888 . Эти последствия не относятся к общим библиотекам.
- Сделал GCC 4.8 по умолчанию для всех 32-битных ABIS. Устаревшего GCC 4.6 и удалит его в следующий релиз. Чтобы восстановить предыдущее поведение, либо добавьте
- Важные исправления ошибок:
- Сделал больше исправлений, связанных с A53 Errata #835769 в линкере Aarch64-Linux-Android-4.9. В рамках этого GCC передает новую опцию-
--fix-cortex-a53-835769
, когда указан-mfix-cortex-a53-835769
(включен по умолчанию). Для получения дополнительной информации см. Это сообщение Binutils и это сообщение Binutils . - Задокументировал исправление висина Libc ++
sscanf/vsscanf
, которое произошло на уровне API 21. Само исправление было реализовано в R10C. (Выпуск 77988 ) - Исправлена аварийный аварий Autofdo (
-fauto-profile
), который произошел с GCC 4.9 при указании-Os
. (Выпуск 77571 )
- Сделал больше исправлений, связанных с A53 Errata #835769 в линкере Aarch64-Linux-Android-4.9. В рамках этого GCC передает новую опцию-
- Другие исправления ошибок:
- Сделал следующий заголовок и исправления библиотеки:
- Добавлен
posix_memalign
к уровню API 16. Также добавил прототип вstdlib.h
до уровней API 16-19. (Выпуск 77861 ) - Фиксированный
stdatomic.h
так, чтобы он включал<atomic>
только для C ++ 11. - Изменены следующие заголовки для автономного использования:
sys/user.h
иgl2ext.h
,dlext.h
,fts.h
,sgidefs.h
для уровня API 21. - Modified
sys/user.h
для переименованияmxcsr_mask
в качествеmxcr_mask
и изменить тип данных дляu_ar0
от - Изменен
sysconf()
Тип возврата отint
наlong
. - Исправлена фиксированная обработка NDK-Build для
thumb
дляLOCAL_ARM_MODE
: в R10D, NDK-Build добавляетLOCAL_LDFLAGS+=-mthumb
по умолчанию, если не применяется одно из следующих условий: - Вы установили
LOCAL_ARM_MODE
равныйarm
. - Вы выполняете сборку отладки (с такими настройками, как
APP_OPTIM=debug
иAndroidManifest.xml
, содержащийandroid:debuggable="true"
), где режим ARM является по умолчанию, чтобы сохранить совместимость с более ранними инструментами. (Выпуск 74040 ) - Исправлено
LOCAL_SRC_FILES
в ndk-build для использования абсолютных путей Windows. (Выпуск 74333 ) - Удаленный код, специфичный для Bash от NDK-GDB. (Выпуск 73338 )
- Удаленный код, специфичный для Bash из
make-standalone-toolchain.sh
. (Выпуск 74145) - Пересмотренная документация, касающаяся исправления для
System.loadLibrary()
переходных зависимостей. (Выпуск 41790 ) - Исправлена проблема, которая предотвращала извлечение 64-битных пакетов на Ubuntu 14.04 и OS X 10.10 (Yosemite). (Выпуск 78148 )
- Исправлена проблема с
LOCAL_PCH
чтобы улучшить поддержку Clang. (Выпуск 77575 ) - Уточненное предупреждение «требует исполняемого стека» от Ld.gold. (Выпуск 79115 )
unsigned long
до структуры user_regs_struct*.
Android NDK R10C (октябрь 2014 г.)
- Важные изменения:
- Внесли следующие изменения в структуру загрузки:
- Каждый пакет теперь содержит как 32-, так и 64-битные заголовки, библиотеки и инструменты для соответствующей платформы.
- Библиотеки STL с информацией отладки больше не нужно загружать отдельно.
- Изменил все ранее называемое
Android-L
на официальное обозначение релиза:android-21
. - Обновлено GCC 4.9 путем перезабочивания в отдел
google
репозитория GCC. Основные отличия от восходящей версии GCC 4.9 включают: - Вариант
-O2
теперь включает векторизацию, без петли, но с более агрессивным развертыванием. - Улучшения для FDO и Lipo
- Добавлена Clang 3.5 Поддержка для всех хостов:
NDK_TOOLCHAIN_VERSION=clang
теперь выбирает Clang 3.5. Обратите внимание, что: - ARM и x86 по умолчанию для использования интегрированного ассемблера. Если это вызывает проблемы, используйте
-fno-integrated-as
обходной путь. - Clang 3.5 выпускает больше предупреждений для неиспользованных флагов, таких как вариант
-finline-functions
, который поддерживает GCC. - Показал входить в режим отладки искусства, при отладке на устройстве Android 5.0 с использованием Art в качестве виртуальной машины, указав опцию
art-on
. Для получения дополнительной информации см.prebuilt/common/gdb/common.setup
в каталоге, содержащем NDK. - Удаленная поддержка Clang 3.3.
- Умеренный GCC 4.6 и может удалить его из будущих выпусков.
- Обновлен McLinker до 2.8 с помощью идентичной поддержки складного кода ("ICF"). Укажите ICF, используя опцию
--icf
. - Расширная поддержка
arm_neon.h
в x86 и x86_64, достигая охвата ~ 93% неоновой внутренней. Для получения дополнительной информации о неоновой поддержке:- Перейдите к руководству программиста NDK (
docs/Programmers_Guide/html/
), и см. Архитектуры и процессоры> Неон. - Изучите обновленный образец
hello-neon
вsamples/
. - См. Руководство Intel по портированию с Arm Neon в Intel SSE.
- Перейдите к руководству программиста NDK (
- Задокументированная поддержка
_FORTIFY_SOURCE
вheaders/libs/android-21
, которая появилась в R10 (когдаandroid-21
все еще называлсяAndroid-L
), но не имела документации.
Более подробную информацию см. Важные исправления ошибок ниже.
При переходе из проектов с использованием GCC вы можете использовать
-Wno-invalid-command-line-argument
и-Wno-unused-command-line-argument
чтобы игнорировать неиспользованные флаги, пока вы не сможете решить, что с ними делать дольше- срок.- Важные исправления ошибок:
- Исправлена ошибка внутренней компилятора с GCC4.9/AARCH64, которая вызывала следующее сообщение об ошибке (выпуск 77564 ):
- Исправлена неверная генерация кода из GCC4.9/ARM. (Выпуск 77567 )
- Исправлена внутренняя ошибка компилятора с GCC4.9/MIPS с участием встроенной сборки. (Выпуск 77568 )
- Исправлен неверный код, который GCC4.9/ARM генерировал для
x = (cond) ? y : x
. (Выпуск 77569 ) - Исправлено GCC4.9/AARCH64 и CLANG3.5/AARCH64, чтобы по умолчанию по умолчанию. Отключите обходной путь, указав
-mno-fix-cortex-a53-835769
.
internal compiler error: in simplify_const_unary_operation, at simplify-rtx.c:1539
- Другие исправления ошибок:
- Сделал следующий заголовок и библиотеки исправления для
android-21
:- Добавлено больше телевизионных кодов:
android/keycodes.h
- Добавлено больше констант и шесть новых функций датчика в
android/sensor.h
:ASensorManager_getDefaultSensorEx
,ASensor_getFifoMaxEventCount
,ASensor_getFifoReservedEventCount
,ASensor_getStringType
,ASensor_getReportingMode
иASensor_isWakeUpSensor
. - Фиксированный
stdatomic.h
для улучшения совместимости с GCC 4.6 и обеспечить поддержку заголовка<atomic>
. - Добавлены
sys/ucontext.h
иsys/user.h
до всех уровней API. Заголовокsignal.h
теперь включает<sys/ucontext.h>
. Вы можете удалить любое существующее определениеstruct ucontext
. - Добавлен
posix_memalign
к уровням API 17, 18 и 19. - Добавлены следующие функции ко всем архитектурам:
android_set_abort_message
,posix_fadvise
,posix_fadvise64
,pthread_gettid_np
. - Добавлены требуемые разрешения в пример
native-media/AndroidManifest.xml
. (Выпуск 106640 ) - Добавлена
clock_nanosleep
иclock_settime
к уровню API 21. (Выпуск 77372 ) -
__sread
следующие символы из всех архитектур:get_malloc_leak_info
,free_malloc_leak_info
,__srget
,__swbuf
__wait4
__srefill
__get_thread
__swsetup
,__sdidinit
,__sflags
,__swrite
__sseek
,__sclose
_fwalk
__sfp
,__sglue
,__sinit
__sflush
__smakebuf
__futex_wake
__open
,__get_tls
,__getdents64
иdlmalloc
. - Удалили следующие функции из 64-битных архитектур:
basename_r
,dirname_r
,__isthreaded
,_flush_cache
(MIPS64). - Удалили следующую функцию из 32-битных архитектур:
__signalfd4
. - Изменил тип третьего аргумента с
size_t
наint
в следующих функциях:strtoll_l
,strtoull_l
,wcstoll_l
иwcstoull_l
. - Восстановил следующие функции в 64-разрядную архитектуру:
arc4random
,arc4random_buf
иarc4random_uniform
. - Перенос
cxa_*
иnew
операторы иdelete
обратно вlibstdc++.so
. Это изменение восстанавливает поведение R9D; Предыдущие версии R10 содержали файлы заполнителей.
- Добавлено больше телевизионных кодов:
- Восстановлена поддержка MXU в GCC 4.8 и 4.9 для MIPS. Эта поддержка отсутствовала в R10 и R10B, потому что эти версии GCC были составлены с бинутилами-2,24, которые не поддерживали MXU. Теперь это делает.
- Исправлено
--toolchain=
вmake-standalone-toolchain.sh
, чтобы теперь он правильно поддерживает использование суффикса с указанием версии Clang. - Исправлена функции Libc ++/Armeabi
strtod()
. - Исправлены исправления документации NDK в
docs/
.
- Сделал следующий заголовок и библиотеки исправления для
- Другие изменения:
- Усовершенствованные
cpu-features
для обнаружения поддержки ARMV8 для следующих наборов инструкций: AES, CRC32, SHA2, SHA1 и 64-битный PMULL/PMULL2. (Выпуск 106360 ) - Модифицированная NDK-Build для использования
*-gcc-ar
, который доступен в GCC 4.8, GCC 4.9 и Clang. Clang указывает это, а не*-ar
. Эта настройка приносит улучшенную поддержку LTO. - Удалили
include-fixed/linux/a.out.h
иinclude-fixed/linux/compiler.h
из компилятора GCC. (Выпуск 73728 ) - Исправлена проблема, связанная с
-flto
с GCC 4.8 на Mac OS X. Считается сообщение об ошибке: - Исправлена опечатка в
build-binary.mk.
(Выпуск 76992 )
.../ld: error: .../libexec/gcc/arm-linux-androideabi/4.9/liblto_plugin.so Symbol not found: _environ
- Усовершенствованные
- Важные известные проблемы:
- Указание -os (
-fauto-profile
) в GCC4.9 может вызвать сбое. (Выпуск 77571 )
- Указание -os (
Android NDK R10B (сентябрь 2014 г.)
- Важные примечания:
- Из-за ограничения размера 512 МБ на загружаемых пакетах, следующие 32-разрядные элементы не находятся в 32-битных пакетах загрузки NDK. Вместо этого они находятся в 64-битных:
- Android-L заголовки
- GCC 4.9
- В настоящее время единственная поддержка рендеров, предоставляемая NDK, предназначена для 32-битного renderscript с Android 4.4 (уровень 19 API). Вы не можете построить hellocomputendk (единственный образец рендеров) с любой другой комбинацией рендеров (32- или 64-битный) и версии Android.
- Для компиляции Native-Codec вы должны использовать 64-битный пакет NDK, где расположены все заголовки Android-L.
- Важные исправления ошибок:
- Другие исправления ошибок:
- Удален
stdio.h
изinclude-fixed/
каталогов всех версий GCC. (Выпуск 73728. ) - Удаленные дублируемые файлы заголовка из пакетов Windows на
platforms/android-L/arch-*/usr/include/linux/netfilter*/
directory. (Выпуск 73704. ) - Исправлена проблема, которая помешала Кланге строить hellocomputendk.
- Исправлен Atexit. (Выпуск 66595. )
- Сделал различные исправления документам в
docs/
иsources/third_party/googletest/README.NDK
. (Выпуск 74069. ) - Сделал следующие исправления для заголовков Android-L:
- Добавлены следующие функции в
ctype.h
иwchar.h
:dn_expand()
,grantpt()
,inet_nsap_addr()
,inet_nsap_ntoa()
,insque()
,nsdispatch()
,posix_openpt()
,__pthread_cleanup_pop()
__pthread_cleanup_push()
,remque()
,setfsgid()
,setfsuid()
,splice()
,tee()
,twalk()
(выпуск 73719 ) и 42*_l()
функции. - Переименован
cmsg_nxthdr
в__cmsg_nxthdr
. - Удален
__libc_malloc_dispatch
. - Изменил прототип
ptrace()
наlong ptrace(int, ...);
. - Удален
sha1.h
- Расширенная
android_dlextinfo
вandroid/dlext.h
. - Аннотирован
__NDK_FPABI__
для функций, получающих или возвращающих значений с платным или двойным типом вstdlib.h
,time.h
,wchar.h
иcomplex.h
.
- Удален
- Другие изменения:
- Обновленные
mipsel-linux-android-4.9
иmips64el-linux-android-4.9
, внедрение новой компоновки Multilib Directory и оказание поддержки GDB-7.7 - Улучшенные
cpu-features
для обнаружения большего количества функций ARM64. (Список изменений 100339. )
- Обновленные
Android NDK R10 (июль 2014 г.)
- Важные изменения:
- Добавлены 3 новых ABIS, все 64-бит: ARM64-V8A, x86_64, MIPS64. Обратите внимание, что:
- GCC 4.9 является компилятором по умолчанию для 64-битной ABIS. Clang в настоящее время версия 3.4.
NDK_TOOLCHAIN_VERSION=clang
может не работать для ARM64-V8A и MIPS64. - Android-L-первый уровень с 64-битной поддержкой. Обратите внимание, что этот уровень API является временным, и только для L-просмотра. Фактический номер уровня API заменит его на L-выпуске.
- Этот релиз включает в себя теперь включает настройки
all32
иall64
дляAPP_ABI
.-
APP_ABI=all32
эквивалентенAPP_ABI=armeabi,armeabi-v7a,x86,mips
. -
APP_ABI=all64
эквивалентенAPP_ABI=arm64-v8a,x86_64,mips64
. -
APP_ABI=all
выбирает все ABIS.
-
- Новый GNU libstdc ++ в Android-L содержит все
<tr1/cmath>
прежде чем определять свою собственную математическую функцию, проверьте_GLIBCXX_USE_C99_MATH_TR1
, чтобы увидеть функцию с этим именем, чтобы избежать ошибок «множественные определения» от Linker. - Библиотека CPU-Features была обновлена для ядра ARMV8. Существующая библиотека CPU-функций может не обнаружить присутствие Neon на платформе ARMV8. Перекомпилируйте свой код с новой версией.
- Добавлен новый каталог
platforms/android-L/
API. Он включает в себя: - Обновлены бионические заголовки, которые не изменились с уровней API API Android (Cupcake) на 19 (Kitkat). Эта новая версия для уровня L должна быть синхронизирована с AOSP.
- Новые медиа-API и образец Native-Codec.
- Обновленный заголовок
Android.h
для SLES/Opensles, обеспечивающий поддержку однооценного аудио-формата с плавающей запятой в Audioplayer. - GLES 3.1 и расширения AEP до
libGLESv3.so.
- Заголовки GLES2 и GLES3 обновлены до последних официальных версий Khronos.
- Добавлены компиляторы GCC 4.9 к 32-64-битным ABIS. GCC 4.9 является компилятором по умолчанию (только) для 64-битной ABI, как упоминалось ранее. Для 32-битного ABIS вы должны явно включить GCC 4.9, так как GCC 4.6 по-прежнему остается дефолтом.
- Для NDK-Build включите 32-разрядное, GCC 4.9 здание либо добавив
NDK_TOOLCHAIN_VERSION=4.9
вApplication.mk
, либо экспортируя ее в качестве переменной среды из командной строки. - Для отдельного набора инструментов используйте опцию
--toolchain=
в скриптеmake-standalone-toolchain.sh
. Например:--toolchain=arm-linux-androideabi-4.9.
- Обновление GDB до версии 7.6 в GCC 4.8/4.9 и x86*. Поскольку GDB по-прежнему находится в версии GDB-7.3.x в GCC 4.6 (по умолчанию для ARM и MIPS), необходимо установить
NDK_TOOLCHAIN_VERSION=4.8
или4.9
чтобы включить NDK-GDB на выбор GDB 7.6. - Добавлена опция
-mssse3
для обеспечения поддержки SSSE3, и сделал его по умолчанию для ABI X86 (обновление с SSE3). Изображение, выпущенное Google, не содержит инструкций SSSE3. - Обновлено GCC от 4,8 до 4.8.3.
- Улучшенная поддержка ARM Libc ++ EH путем переключения от Gabi ++ на Libc ++ abi. Для получения подробной информации см. Раздел «C ++ поддержки» документации. Обратите внимание, что:
- Все тесты, кроме локали, теперь проходят для Clang 3.4 и GCC 4.8. Для получения дополнительной информации см. Раздел «Поддержка C ++» в документации.
- Библиотеки LIBC ++ для X86 и MIPS LIBC ++ по -прежнему используют GABI ++.
- GCC 4.7, а затем теперь может использовать <tomic>.
- Вы должны добавить
-fno-strict-aliasing
если вы используете<list>
, потому что__list_imp::_end
_ нарушает правила TBAA. (Выпуск 61571. ) - По состоянию на GCC 4.6, libcxx_force_rebuild: = true больше не восстанавливает Libc ++. Восстановление этого требует использования другого компилятора. Обратите внимание, что Clang 3.3 не проверен.
- McLinker теперь является версией 2.7 и имеет поддержку Aarch64 Linux.
- Добавлена предварительная поддержка заголовка для заголовков, указанных
LOCAL_PCH
. (Выпуск 25412 ).
- Важные исправления ошибок:
- Исправлен LIBC ++, чтобы теперь он собирал
std::feof
и т. Д. (Выпуск 66668 ). - Исправлена атомная библиотека Clang 3.3/3.4, который вызвал сбои в некоторых тестах Libc ++ для Abi Armeabi.
- Исправлены аварии Clang 3.4, которые происходили при чтении предварительных заголовков. (Выпуск 66657 ).
- Исправлена кланг 3.3/3.4
-O3
Утверждение на: - Исправлена следующая авария Clang 3.3/3.4:
llvm-3.2/llvm/include/llvm/MDBuilder.h:64: llvm::MDNode* llvm::MDBuilder::createBranchWeights(llvm::ArrayRef ): Assertion Weights.size() >= 2 && "Need at least two branch weights!"
llvm-3.2/llvm/include/llvm/MDBuilder.h:64: llvm::MDNode* llvm::MDBuilder::createBranchWeights(llvm::ArrayRef ): Assertion Weights.size() >= 2 && "Need at least two branch weights!"
(Выпуск 57381 ).Assertion failed: (!Fn && "cast failed but able to resolve overload expression!!"), function CheckCXXCStyleCast, file Volumes/data/ndk-toolchain/src/llvm-3.3/llvm/tools/clang/lib/Sema/SemaCast.cpp, line 2018
. (Выпуск 66950 ).- Исправлен LIBC ++, чтобы теперь он собирал
- Другие исправления ошибок:
- Фиксированные заголовки:
- Исправлено 32-битный
ssize_t
чтобы бытьint
вместоlong int
. - Исправлено
WCHAR_MIN
иWCHAR_MAX
, чтобы они принимали соответствующие знаки в соответствии с архитектурой, на которой они работают: - X86/mips: подписано.
- Рука: без подписи.
- Чтобы заставить x86/mips по умолчанию без знака, используйте
-D__WCHAR_UNSIGNED__
. - Чтобы заставить
wchar_t
быть 16 бит, используйте-fshort-wchar
. - Удалили несуществующие символы из 32-битного
libc.so
и добавилиpread64
,pwrite64
,ftruncate64
для API API API API уровня 12 и выше. (Выпуск 69319 ). Для получения дополнительной информации см. Сообщение Commit, сопровождающее список изменений AOSP 94137 . - Фиксированное предупреждение GCC о переопределении
putchar
. Предупреждающее сообщение гласит: - Исправлена фиксированная
make-standalone-toolchain.sh --stl=libc++
чтобы это: - Копии
cxxabi.h
. (Выпуск 68001 ). - Запускается в каталогах, отличных от каталога установки NDK. (Выпуска 67690 и 68647 ).
- Исправлены GCC/Windows для цитирования аргументов только при необходимости для процессов нереста во внешних программах. Это изменение уменьшает вероятность превышения предела длины 32 тысяч.
- Исправлена проблема, которая сделала невозможным настроить переменную среды
APP_PLATFORM
. - Исправлена реализация
IsSystemLibrary()
в crazy_linker, чтобы он использовалstrrchr()
вместоstrchr()
, чтобы найти истинное базовое имя библиотеки. - Исправлена неспособность Native-Audio создать в режиме отладки.
- Исправлена невозможность GDB напечатать экстремальные числа с плавающей точкой. (Выпуск 69203 ).
- Фиксированная неспособность Clang 3.4 компилировать с
-Wl,-shared
(в отличие от-shared
, у которого не было проблем с компиляцией). Проблема заключалась в том, что Clang добавил-pie
для целей Android, если не существовало ни-shared
, ни-static
. Такое поведение, которое было неверно, заставило линкера жаловаться на то, что-shared
и-pie
не мог сосуществовать.
include/stdio.h:236:5: warning: conflicts with previous declaration here [-Wattributes] int putchar(int);
(Список изменений 91185 ).- Другие изменения:
- Добавлено
arm_neon.h
в x86 инструмент, чтобы он теперь эмулировал ~ 47% нена. В настоящее время нет поддержки 64-битных типов. Для получения дополнительной информации см. Раздел о поддержке внутренней внутренней поддержки ARM в документации x86. - Портированная оптимизация ARM/GOT_PREL (присутствующая в GCC 4.6, построенная из GCC Google Branch), чтобы поднять GCC 4.8/4.9. Эта оптимизация иногда уменьшает количество инструкций при доступе к глобальным переменным. В качестве примера см. Сценарий Build.sh в
$NDK/tests/build/b14811006-GOT_PREL-optimization/
. - Добавлена версия ARM для STL Gabi ++, STLPORT и LIBC ++. Теперь у них есть и режим большого пальца.
- Теперь можно вызвать сценарий Make-Standalone-toolchain.sh с помощью
--toolchain=x86_64-linux-android-4.9
, что эквивалентно--toolchain=x86_64-4.9
.
- Добавлено
Android NDK R9D (март 2014 г.)
- Важные изменения:
- Добавлена поддержка компилятора Clang 3.4. Опция
NDK_TOOLCHAIN_VERSION=clang
теперь выбирает Clang 3.4. GCC 4.6 по -прежнему является компилятором по умолчанию. - Добавлен
APP_ABI=armeabi-v7a-hard
, с дополнительной опцией MultiLib-mfloat-abi=hard
. Эти варианты предназначены для использования с ARM GCC 4.6/4.8 и Clang 3.3/3.4 (которые используют ассемблер 4.8, ликеров и либеров). При использовании этих параметров обратите внимание на следующие изменения: - При выполнении сценария
ndk-build
добавьте следующие параметры для цели Armeabi-V7A: Построенная библиотека скопирована вTARGET_CFLAGS += -mhard-float -D_NDK_MATH_NO_SOFTFP=1 TARGET_LDFLAGS += -Wl,--no-warn-mismatch -lm_hard
libs/armeabi-v7a
. Для того, чтобы делать себя, как и ожидалось, вы не можете указать какarmeabi-v7a
, так иarmeabi-v7a-hard
как целевые показатели (т.е. на линии app_abi =. Это заставляет одного из них игнорировать. Обратите внимание, чтоAPP_ABI=all
все еще эквивалентноarmeabi armeabi-v7a x86 mips
. - Сценарий
make-standalone-toolchain.sh
копирует дополнительные библиотеки в/hard
каталоги. Добавьте вышеупомянутыеCFLAGS
иLFLAGS
в свой MakeFile, чтобы GCC или Clang в связи с библиотеками в/hard
. - Добавлена ассемблер Yasm, а также Flags
LOCAL_ASMFLAGS
иEXPORT_ASMFLAGS
для целей x86. Сценарийndk-build
используетprebuilts/*/bin/yasm*
для построенияLOCAL_SRC_FILES
, которые имеют расширение.asm
. - Обновлен McLinker до 2.6.0, который добавляет поддержку
-gc-sections
. - Добавлена экспериментальная поддержка LIBC ++ (вверх по течению R201101). Используйте эту новую функцию, выполнив эти шаги:
- Добавить
APP_STL := c++_static
илиAPP_STL := c++_shared
вApplication.mk
. Вы можете восстановить из источника черезLIBCXX_FORCE_REBUILD := true
- Выполнить
make-standalone-toolchain.sh --stl=libc++
чтобы создать автономный инструмент с заголовками Libc ++/Lib.
CPLUSPLUS-SUPPORT.html
. (Выпуск 36496 ) - Добавить
- Добавлена поддержка компилятора Clang 3.4. Опция
- Важные исправления ошибок:
- Исправлено непредучанный бросок от неожиданного обработчика исключений для GCC 4.6/4.8 ARM EABI. (GCC выпуск 59392 )
- Исправлен GCC 4.8, чтобы теперь он правильно разрешал частичную специализацию шаблона с зависимым аргументом, не являющимся шаблоном, не говорящим. (GCC выпуск 59052 )
- Добавлено больше модулей в предварительно построенный Python (выпуск 59902 ):
- Mac OS X:
zlib
,bz2
,_curses
,_curses_panel
,_hashlib
,_ssl
- Linux:
zlib
,nis
,crypt
,_curses
и_curses_panel
- Mac OS X:
- Исправлена x86 и MIPS GDBServer
event_getmsg_helper
. - Исправлены многочисленные проблемы в инструментальном обороте рендеров NDK, включая проблемы с совместимостью между более старыми устройствами и отражением C ++.
- Другие исправления ошибок:
- Управление заголовка:
- Исправлено отсутствующее
#include <sys/types.h>
вandroid/asset_manager.h
для Api API API -уровня и выше. (Выпуск 64988 ) - Исправлен отсутствующий
#include
в android/rect_manager.h
для Api API API API и выше. - Добавлено
JNICALL
вJNI_OnLoad
иJNI_OnUnload
вjni.h
Обратите внимание, чтоJNICALL
определяется как__NDK_FPABI__
Для получения дополнительной информации см.sys/cdefs.h
. - Обновлено следующие заголовки, чтобы они могли быть включены без необходимости вручную включать их зависимости (выпуск 64679 ):
- Добавлен
sys/cachectl.h
для всех архитектур. Разработчики MIPS теперь могут включать этот заголовок вместо того, чтобы писать#ifdef __mips__
. - Фиксированные
platforms/android-18/include/android/input.h
добавив__NDK_FPABI__
к функциям, принимающим или возвращающим поплавок или двойные значения. - Fixed MIPS
struct stat
, который был неправильно установлен на 64-битный аналог для API API API API и более поздней. Эта неправильная обстановка была регрессией, введенной в релиз R9C. - Определено
__PTHREAD_MUTEX_INIT_VALUE
,__PTHREAD_RECURSIVE_MUTEX_INIT_VALUE
и__PTHREAD_ERRORCHECK_MUTEX_INIT_VALUE
для уровня Api Api Api Api 9 и ниже. - Добавлены
scalbln
,scalblnf
иscalblnl
к x86libm.so
для APIS 18 и позже. - Исправлена опечатка в
sources/android/support/include/iconv.h
. (Выпуск 63806 )
android/tts.h EGL/eglext.h fts.h GLES/glext.h GLES2/gl2ext.h OMXAL/OpenMAXSL_Android.h SLES/OpenSLES_Android.h sys/prctl.h sys/utime.h
- Исправлено отсутствующее
- Исправлено Gabi ++
std::unexpected()
чтобы вызватьstd::terminate()
, чтобы у пользовательского обработчикаstd::terminate()
был шанс запустить. - Исправлены Gabi ++, чтобы поймать
std::nullptr
. - Фиксированные образцы чайник и моретеапоты:
- Решен проблемой с чипами Tegra 2 и 3, изменяя спекуляционные переменные, чтобы использовать среднюю точность. Значения для спекуляции теперь могут быть менее 1,0.
- Изменено образцы так, чтобы нажатие кнопки громкости восстановила иммерсивную режим и недействительно
SYSTEM_UI_FLAG_IMMERSIVE_STICKY
. Вращение экрана не запускаетonSystemUiVisibilityChange
, и поэтому не восстанавливает иммерсивный режим.
- Исправлена сценарий
ndk-build
чтобы добавить-rpath-link=$SYSROOT/usr/lib
и-rpath-link=$TARGET_OUT
, чтобы использоватьld.bfd
для ссылки исполняемых файлов. (Выпуск 64266 ) - Удален
-Bsymbolic
от всех сборки STL. - Исправлено
ndk-gdb-py.cmd
установивSHELL
как переменную среды вместо передачи ееpython.exe
, которая игнорирует настройку. (Выпуск 63054 ) - Исправлена сценарий
make-standalone-toolchain.sh
так, чтобы опция--stl=stlport
копирует заголовки Gabi ++ вместо их символирования; Оболочкиcmd.exe
и mingw не понимают символики, созданные Cygwin.
- Управление заголовка:
- Другие изменения:
- Применяемые разрешения на выполнение ко всем сценариям
*cmd
ранее предназначенным для использования только в оболочкеcmd.exe
, в случае, если разработчики предпочитают использоватьndk-build.cmd
в Cygwin вместо рекомендуемого сценарияndk-build
. - Улучшение скорости сценария
make-standalone-toolchain.sh
перемещаясь вместо копирования, если указанный каталог назначения не существует.
- Применяемые разрешения на выполнение ко всем сценариям
Android NDK R9C (декабрь 2013 г.)
Это выпуск только для ошибки.
- Важные исправления ошибок:
- Исправлена проблема с GCC 4.8 ARM, в которой указатель стека восстанавливается слишком рано. Эта проблема не позволила указателю кадры надежно добраться до переменной в кадре стека. (GCC выпуск 58854 )
- Исправлена проблема с GCC 4.8 Libstdc ++, в которой ошибка в std :: nth_element вызывала генерацию кода, который создал случайный сегфол. (Выпуск 62910 )
- Фиксированный gcc 4.8 ICE в CC1/CC1PLUS с
-fuse-ld=mcld
, так что следующая ошибка больше не возникает:cc1: internal compiler error: in common_handle_option, at opts.c:1774
- Исправлена
-mhard-float
поддержка__builtin
математических функций. Для постоянной информации о исправлениях для-mhard-float
с STL, пожалуйста, следуйте выпуску 61784 .
- Другие исправления ошибок:
- Управление заголовка:
- Изменен прототип
poll
дляpoll(struct pollfd *, nfds_t, int);
вpoll.h
. - Добавлены
utimensat
вlibc.so
для Api API Api Api -уровней. -
futimens
вlibc.so
, для Android API -уровня 19. - Добавлено отсутствие
clock_settime()
иclock_nanosleep()
доtime.h
- Добавлен
CLOCK_MONOTONIC_RAW, CLOCK_REALTIME_COARSE, CLOCK_MONOTONIC_COARSE, CLOCK_BOOTTIME, CLOCK_REALTIME_ALARM,
иCLOCK_BOOTTIME_ALARM
воtime.h.
- Удален устаревшим
CLOCK_REALTIME_HR
иCLOCK_MONOTONIC_HR.
- Изменен прототип
- В образцах чайника, моретеапотов и
source/android/ndk_helper
:- Изменили их так, чтобы теперь они использовали ABI с жестким расстоянием для Armeabi-V7a.
- Обновил их, чтобы использовать иммерсивный режим на уровне API API Android и выше.
- Исправлена проблема с
Check_ReleaseStringUTFChars
в/system/lib/libdvm.so
, который вызывает сбои на устройствах x86.
- Фиксированные сбои
ndk-build
, которые происходят в Cygwin, когда на пакет NDK ссылается на Symlink. - Исправлено
ndk-build.cmd
, который происходит в Windowscmd.exe
, когдаLOCAL_SRC_FILES
содержит абсолютные пути. (Выпуск 69992 ) - Исправлена сценарий
ndk-stack
чтобы продолжить, даже если он не может проанализировать кадр из-за невозможности найти рутину, имя файла или номер строки. В любом из этих случаев это печатает??
. - Исправлена стек
ndk-stack
для целей Windows-X64_64, чтобы он больше не ошибочно соответствовал линейке кадра с линией вstack:
раздел, который не содержитpc
,eip
илиip
. Например:I/DEBUG ( 1151): #00 5f09db68 401f01c4 /system/lib/libc.so
- Исправлены Gabi ++ так, чтобы это:
- Не использует Malloc () для выделения потоковых объектов C ++.
- Избегает тупиков в Gabi ++ в тех случаях, когда libc.debug.malloc является ненулевым в сборке платформы userdebug/eng Android.
- Управление заголовка:
- Другие изменения:
- Добавлен
LOCAL_EXPORT_LDFLAGS
. - Введен настройка
NDK_PROJECT_PATH=null
для использования в интегрированной системе сборки, где параметры явно передаются вndk-build
. С помощью этой настройкиndk-build
не пытается искатьNDK_PROJECT_PATH.
Этот параметр также предотвращает переменные из получения настроек по умолчанию от NDK_PROJECT_PATH. В результате, теперь должны быть явно указаны следующие переменные (со значениями по умолчанию, если таковые существуют):NDK_OUT, NDK_LIBS_OUT, APP_BUILD_SCRIPT, NDK_DEBUG
(необязательно, по умолчанию 0), а также другиеAPP_*
содержат вApplication.mk
. -
APP_ABI
теперь может быть перечислен в списке с запятой. Например:APP_ABI := "armeabi,armeabi-v7a"
- Предоставил возможность восстановить все STL с информацией о отладке в дополнительном отдельном пакете под названием
android-ndk-r9c-cxx-stl-libs-with-debugging-info.zip
-STL-LIBS-With-Debugging info.zip, используя опцию-g
. Этот вариант помогает сценариюndk-stack
обеспечить лучшее дамп стека в STL. Это изменение не должно влиять на код/размер окончательного, разделенного файла. - Усовершенствованные образцы
hello-jni
, чтобы сообщатьAPP_ABI
при компиляции. - Используется инструмент
ar
в детерминированном режиме (опция-D
) для создания статических библиотек. (Выпуск 60705 )
- Добавлен
Android NDK R9B (октябрь 2013 г.)
- Важные изменения:
- Обновлено
include/android/*h
иmath.h
для всех уровней API Android до 18, включая добавление уровней 13, 15, 16 и 17. Для получения информации об добавленных API см. Сообщения коммиты для изменений 68012 и 68014 . (Выпуски 47150 , 58528 и 38423 ) - Добавлена поддержка API API API, включая привязку рендеров.
- Добавлена поддержка
-mhard-float
в существующей Armeabi-V7a abi. Для получения дополнительной информации и текущих ограничений на Clang смtests/device/hard-float/jni/Android.mk
. - Мигрировал из коллекции компилятора GNU (GCC) от 4,8 до 4,8,2 и добавлена диагностическая поддержка цвета. Чтобы включить диагностические цвета, установить
-fdiagnostics-color=auto
,-fdiagnostics-color=always,
или экспортGCC_COLORS
, как показано ниже: Для получения дополнительной информации см. Параметры независимых от языка GCC .GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
- Добавлены два новых образца, чтобы продемонстрировать функции OpenGL ES 3.0: чайник и моретеапоты. Эти образцы работают на устройствах с Android 4.1 (API -уровень 16) и выше.
- Установите поддержку GCC 4.7 и Clang 3.2, которая будет удалена в следующем выпуске.
- Обновлено
- Важные исправления ошибок:
- Исправлена проблема с ARM GCC 4.6
thumb2
не давая генерировать 16-битные относительные таблицы прыжков. ( Проблема GCC ) - Исправлена ошибка внутренней компилятора GCC 4.8 (ICE) на
g++.dg/cpp0x/lambda/lambda-defarg3.C
. ( Изменение 62770 , выпуск GCC ) - Исправлена проблема с 32-разрядным *-git
*-gdb.exe
исполняемыми выполнениями. ( Выпуск 58975 ) - Исправлен GCC 4.8 ICE при создании Bullet Library. Сообщение об ошибке выглядит следующим образом:
( Выпуск 58916 , выпуск GCC )internal compiler error: verify_flow_info failed
- Модифицированная сборка GDB/ARM для пропусков
ARM.exidx
Данные для раскрытия в прологе и добавлены команду (set arm exidx-unwinding
) для управления размахиванием стека на основе EXIDX. ( Выпуск 55826 ) - Исправлена проблема с компилятором Clang 3.3 MIPS, где регистры HI и LO неправильно используются повторно.
- Исправлена проблема с MIPS 4.7 ICE в
dbx_reg_number
. Сообщение об ошибке выглядит следующим образом: ( Патч GCC )external/icu4c/i18n/decimfmt.cpp:1322:1: internal compiler error: in dbx_reg_number, at dwarf2out.c:10185
- Исправлена проблема с ARM GCC 4.6
- Другие исправления ошибок:
- Заголовок исправляет
- Исправлена рука
WCHAR_MIN
иWCHAR_MAX
, чтобы быть без знака в соответствии со спецификацией (подписаны версии x86/MIPS). Определите_WCHAR_IS_ALWAYS_SIGNED
, чтобы восстановить старое поведение. ( Выпуск 57749 ) - Фиксированные
include/netinet/tcp.h
чтобы содержатьTCP_INFO
Cather Enum. ( Выпуск 38881 ) - Исправлена Macro
cdefs_elh.h
_C_LABEL_STRING
, чтобы прекратить генерирование предупреждений в GCC 4.8, при использовании режима C ++ 11. ( Выпуск 58135 , выпуск 58652 ) - Удаленные несуществующие функции
imaxabs
иimaxdiv
из Headerinttypes.h
. - Исправлена проблема с
pthread_exit()
возвращаемыми значениями иpthread_self()
. ( Выпуск 60686 ) - Добавлено отсутствующая функция
mkdtemp()
, которая уже существует вbionic
Headerstdlib.h
.
- Исправлена рука
- Фиксированные проблемы с построением
samples/gles3jni
с Clang на API API API уровня 11. - Исправлено Mclinker, чтобы разрешить множественные вхождения следующих параметров:
-gc-sections
и--eh-frame-hdr
. - Исправлено Mclinker, чтобы принять вариант
--no-warn-mismatch
. - Модифицированная опция
cpu-features
чтобы не предполагать, что все устройства VFPV4 поддерживают IDIV. Теперь эта опция добавляет только IDIV к устройствам, включенным в список белого цвета, включая Nexus 4. ( Выпуск 57637 ) - Исправлена проблема с
android_native_app_glue.c
ошибочно регистрационные ошибки в операциях предрасположенности. - Fixed all operations on
gabi++
terminate and unexpected_handler to be thread-safe. - Fixed several issues with Clang
-integrated-as
option so it can pass tests forssax-instructions
andfenv
. - Fixed GCC 4.6/4.7/4.8 compiler to pass the linker option
--eh-frame-hdr
even for static executables. For more information, see the GCC patch . - Fixed extra apostrophe in
CPU-ARCH-ABIS.html
. For more information, seeNDK-DEPENDS.html
. ( Issue 60142 ) - Fixed extra quotes in ndk-build output on Windows. ( Issue 60649 )
- Fixed Clang 3.3 to compile ARM's built-in, atomic operations such as
__atomic_fetch_add
,__atomic_fetch_sub
, and__atomic_fetch_or
. - Fixed Clang 3.3 ICE with customized
vfprintf
. ( Clang issue )
- Заголовок исправляет
- Другие изменения:
- Enabled OpenMP for all GCC builds. To use this feature, add the following flags to your build settings:
For code examples, seeLOCAL_CFLAGS += -fopenmp LOCAL_LDFLAGS += -fopenmp
tests/device/test-openmp
- Reduced the size of
ld.mcld
significantly (1.5MB vs.ld.bfd
3.5MB andld.gold
7.5MB), resulting in a speed improvement of approximately 20%. - Added
LOCAL_CONLYFLAGS
andAPP_CONLYFLAGS
to specify options applicable to C only but not C++. The existingLOCAL_CFLAGS
andAPP_CFLAGS
are also used for C++ compilation (to save trouble of specifying most options twice), so options such as-std=gnu99
may fail in g++ builds with a warning and clang++ builds with an error. - Added
gabi++
array helper functions. - Modified GCC builds so that all
libgcc.a
files are built with-funwind-tables
to allow the stack to be unwound past previously blocked points, such as__aeabi_idiv0
. - Added Ingenic MXU support in MIPS GCC4.6/4.7/4.8 with new
-mmxu
option. - Extended MIPS GCC4.6/4.7/4.8
-mldc1-sdc1
to control ldxc1/sdxc1 too - Added crazy linker. For more information, see
sources/android/crazy_linker/README.TXT
. - Fixed
bitmap-plasma
to draw to full screen rather than a 200x200 pixel area. - Reduced linux and darwin toolchain sizes by 25% by creating symlinks to identical files.
- Enabled OpenMP for all GCC builds. To use this feature, add the following flags to your build settings:
Android NDK r9 (July 2013)
- Important changes:
- Added support for Android 4.3 (API level 18). For more information, see
STABLE-APIS.html
and new code examples insamples/gles3jni/README
. - Added headers and libraries for OpenGL ES 3.0, which is supported by Android 4.3 (API level 18) and higher.
- Added GNU Compiler Collection (GCC) 4.8 compiler to the NDK. Since GCC 4.6 is still the default, you must explicitly enable this option:
- For
ndk-build
builds, exportNDK_TOOLCHAIN_VERSION=4.8
or add it inApplication.mk
. - For standalone builds, use the
--toolchain=
option inmake-standalone-toolchain.sh
, for example:
--toolchain=arm-linux-androideabi-4.8
Note: The
-Wunused-local-typedefs
option is enabled by-Wall
. Be sure to add__attribute__((unused))
if you use compile-time asserts likesources/cxx-stl/stlport/stlport/stl/config/features.h
, line #311. For more information, see Change 55460Note: In the GCC 4.7 release and later, ARM compilers generate unaligned access code by default for ARMv6 and higher build targets. You may need to add the
-mno-unaligned-access
build option when building for kernels that do not support this feature. - For
- Added Clang 3.3 support. The
NDK_TOOLCHAIN_VERSION=clang
build option now picks Clang 3.3 by default.Note: Both GCC 4.4.3 and Clang 3.1 are deprecated, and will be removed from the next NDK release.
- Updated GNU Project Debugger (GDB) to support python 2.7.5.
- Added MCLinker to support Windows hosts. Since
ld.gold
is the default where available, you must add-fuse-ld=mcld
inLOCAL_LDFLAGS
orAPP_LDFLAGS
to enable MCLinker. - Added
ndk-depends
tool which prints ELF library dependencies. For more information, seeNDK-DEPENDS.html
. ( Issue 53486 )
- Added support for Android 4.3 (API level 18). For more information, see
- Important bug fixes:
- Fixed potential event handling issue in
android_native_app_glue
. ( Issue 41755 ) - Fixed ARM/GCC-4.7 build to generate sufficient alignment for NEON load and store instructions VST and VLD. ( GCC Issue 57271 )
- Fixed a GCC 4.4.3/4.6/4.7 internal compiler error (ICE) for a constant negative index value on a string literal. ( Issue 54623 )
- Fixed GCC 4.7 segmentation fault for constant initialization with an object address. ( Issue 56508 )
- Fixed GCC 4.6 ARM segmentation fault for
-O
values when using Boost 1.52.0. ( Issue 42891 ) - Fixed
libc.so
andlibc.a
to support thewait4()
function. ( Issue 19854 ) - Updated the x86 libc.so and libc.a files to include the
clone()
function. - Fixed
LOCAL_SHORT_COMMANDS
bug where thelinker.list
file is empty or not used. - Fixed GCC MIPS build on Mac OS to use CFI directives, without which
ld.mcld --eh-frame-hdr
fails frequently. - Fixed Clang 3.2 X86/MIPS internal compiler error in
llvm/lib/VMCore/Value.cpp
. ( Change 59021 ) - Fixed GCC 4.7 64-bit Windows assembler crash. (Error:
out of memory allocating 4294967280 bytes
). - Updated
ndk-gdb
script so that the--start
or--launch
actions now wait for the GNU Debug Server, so that it can more reliably hit breakpoints set early in the execution path (such as breakpoints in JNI code). ( Issue 41278 )Note: This feature requires jdb and produces warning about pending breakpoints. Specify the
--nowait
option to restore previous behavior. - Fixed GDB crash when library list is empty.
- Fixed GDB crash when using a
stepi
command past abx pc
orblx pc
Thumb instruction. ( Issue 56962 , Issue 36149 ) - Fixed MIPS
gdbserver
to look forDT_MIPS_RLD_MAP
instead ofDT_DEBUG
. ( Issue 56586 ) - Fixed a circular dependency in the ndk-build script, for example: If A->B and B->B, then B was dropped from build. ( Issue 56690 )
- Fixed potential event handling issue in
- Other bug fixes:
- Fixed the
ndk-build
script to enable you to specify a version of Clang as a command line option (eg,NDK_TOOLCHAIN_VERSION=clang3.2
). Previously, only specifying the version as an environment variable worked. - Fixed gabi++ size of
_Unwind_Exception
to be 24 for MIPS build targets when using the Clang compiler. ( Change 54141 ) - Fixed the
ndk-build
script to ensure that built libraries are actually removed from projects that include prebuilt static libraries when using thendk-build clean
command. ( Change 54461 , Change 54480 ) - Modified the
NDK_ANALYZE=1
option to be less verbose. - Fixed
gnu-libstdc++/Android.mk
to include abackward/
path for builds that use backward compatibility. ( Issue 53404 ) - Fixed a problem where
stlport new
sometimes returned random values. - Fixed
ndk-gdb
to match the order ofCPU_ABIS
, notAPP_ABIS
. ( Issue 54033 ) - Fixed a problem where the NDK 64-bit build on MacOSX chooses the wrong path for compiler. ( Issue 53769 )
- Fixed build scripts to detect 64-bit Windows Vista. ( Issue 54485 )
- Fixed x86
ntonl/swap32
error:invalid 'asm': operand number out of range
. ( Issue 54465 , Change 57242 ) - Fixed
ld.gold
to merge string literals. - Fixed
ld.gold
to handle large symbol alignment. - Updated
ld.gold
to enable the--sort-section=name
option. - Fixed GCC 4.4.3/4.6/4.7 to suppress the
-export-dynamic
option for statically linked programs. GCC no longer adds an.interp
section for statically linked programs. - Fixed GCC 4.4.3
stlport
compilation error about inconsistenttypedef
of_Unwind_Control_Block
. ( Issue 54426 ) - Fixed
awk
scripts to handleAndroidManifest.xml
files created on Windows which may contain trailing\r
characters and cause build errors. ( Issue 42548 ) - Fixed
make-standalone-toolchain.sh
to probe theprebuilts/
directory to detect if the host is 32 bit or 64 bit. - Fixed the Clang 3.2
-integrated-as
option. - Fixed the Clang 3.2 ARM EHABI compact model
pr1
andpr2
handler data. - Added Clang
-mllvm -arm-enable-ehabi
option to fix the following Clang error:clang: for the -arm-enable-ehabi option: may only occur zero or one times!
- Fixed build failure when there is no
uses-sdk
element in application manifest. ( Issue 57015 )
- Fixed the
- Другие изменения:
- Header Fixes
- Modified headers to make
__set_errno
an inlined function, since__set_errno
inerrno.h
is deprecated, andlibc.so
no longer exports it. - Modified
elf.h
to includestdint.h
. ( Issue 55443 ) - Fixed
sys/un.h
to be included independently of other headers. ( Issue 53646 ) - Fixed all of the
MotionEvent_getHistorical
API family to take theconst AInputEvent* motion_event
. ( Issue 55873 ) - Fixed
malloc_usable_size
to takeconst void*
. ( Issue 55725 ) - Fixed stdint.h to be more compatible with C99. ( Change 46821 )
- Modified
wchar.h
to not redefineWCHAR_MAX
andWCHAR_MIN
- Fixed
<inttypes.h>
declaration for pointer-relatedPRI
andSCN
macros. ( Issue 57218 ) - Changed the
sys/cdefs.h
header so that__WCHAR_TYPE__
is 32-bit for API levels less than 9, which means thatwchat_t
is 32-bit for all API levels. To restore the previous behavior, define the_WCHAR_IS_8BIT
boolean variable. ( Issue 57267 )
- Modified headers to make
- Added more formatting in NDK
docs/
and miscellaneous documentation fixes. - Added support for a thin archive technique when building static libraries. ( Issue 40303 )
- Updated script
make-standalone-toolchain.sh
to support thestlport
library in addition tognustl
, when you specify the option--stl=stlport
. For more information, seeSTANDALONE-TOOLCHAIN.html
. - Updated the
make-standalone-toolchain.sh
script so that the--llvm-version=
option creates the$TOOLCHAIN_PREFIX-clang
and$TOOLCHAIN_PREFIX-clang++
scripts in addition toclang
andclang++
, to avoid using the host's clang and clang++ definitions by accident . - Added two flags to re-enable two optimizations in upstream Clang but disabled in NDK for better compatibility with code compiled by GCC:
- Added a
-fcxx-missing-return-semantics
flag to re-enable missing return semantics in Clang 3.2+. Normally, all paths should terminate with a return statement for a value-returning function. If this is not the case, clang inserts an undefined instruction (or trap in debug mode) at the path without a return statement. If you are sure your code is correct, use this flag to allow the optimizer to take advantage of the undefined behavior. If you are not sure, do not use this flag. The caller may still receive a random incorrect value, but the optimizer will not exploit it and make your code harder to debug. - Added a
-fglobal-ctor-const-promotion
flag to re-enable promoting global variables with static constructor to be constants. With this flag, the global variable optimization pass of LLVM tries to evaluate the global variables with static constructors and promote them to global constants. Although this optimization is correct, it may cause some incompatibility with code compiled by GCC. For example, code may doconst_cast
to cast the constant to mutable and modify it. In GCC, the variable is in read-write and the code is run by accident. In Clang, the const variable is in read-only memory and may cause your application to crash.
- Added a
- Added
-mldc1-sdc1
to the MIPS GCC and Clang compilers. By default, compilers align 8-byte objects properly and emit theldc1
andsdc1
instructions to move them around. If your app uses a custom allocator that does not always align with a new object's 8-byte boundary in the same way as the default allocator, your app may crash due toldc1
andsdc1
operations on unaligned memory. In this case, use the-mno-ldc1-sdc1
flag to workaround the problem. - Downgraded the event severity from warning to info if
APP_PLATFORM_LEVEL
is larger thanAPP_MIN_PLATFORM_LEVEL
. TheAPP_PLATFORM_LEVEL
may be lower thanAPP_PLATFORM
injni/Application.mk
because the NDK does not have headers for all levels. In this case, the actual level is shifted downwards. TheAPP_MIN_PLATFORM_LEVEL
is specified by theandroid:minSdkVersion
in your application's manifest. ( Issue 39752 ) - Added the
android_getCpuIdArm()
andandroid_setCpuArm()
methods tocpu-features.c
. This addition enables easier retrieval of the ARM CPUID information. ( Issue 53689 ) - Modified
ndk-build
to use GCC 4.7'sas/ld
for Clang compiling.Note: In GCC 4.7,
monotonic_clock
andis_monotonic
have been renamed tosteady_clock
andis_steady
, respectively. - Added the following new warnings to the
ndk-build
script:- Added warnings if
LOCAL_LDLIBS/LDFLAGS
are used in static library modules. - Added a warning if a configuration has no module to build.
- Added a warning for non-system libraries being used in
LOCAL_LDLIBS/LDFLAGS
of a shared library or executable modules.
- Added warnings if
- Updated build scripts, so that if
APP_MODULES
is not defined and only static libraries are listed inAndroid.mk
, the script force-builds all of them. ( Issue 53502 ) - Updated
ndk-build
to support absolute paths inLOCAL_SRC_FILES
. - Removed the
*-gdbtui
executables, which are duplicates of the*-gdb
executables with the-tui
option enabled. - Updated the build scripts to warn you when the Edison Design Group (EDG) compiler front-end turns
_STLP_HAS_INCLUDE_NEXT
back on. ( Issue 53646 ) - Added the environment variable
NDK_LIBS_OUT
to allow overriding of the path forlibraries/gdbserver
from the default$PROJECT/libs
. For more information, seeOVERVIEW.html
. - Changed ndk-build script defaults to compile code with format string protection
-Wformat -Werror=format-security
. You may setLOCAL_DISABLE_FORMAT_STRING_CHECKS=true
to disable it. For more information, seeANDROID-MK.html
- Added STL pretty-print support in
ndk-gdb-py
. For more information, seeNDK-GDB.html
. - Added tests based on the googletest frameworks.
- Added a notification to the toolchain build script that warns you if the current shell is not
bash
.
- Header Fixes
Android NDK r8e (March 2013)
- Important changes:
- Added 64-bit host toolchain set (package name suffix
*-x86_64.*
). For more information, seeCHANGES.HTML
andNDK-BUILD.html
. - Added Clang 3.2 compiler. GCC 4.6 is still the default. For information on using the Clang compiler, see
CHANGES.HTML
. - Added static code analyzer for Linux/MacOSX hosts. For information on using the analyzer, see
CHANGES.HTML
. - Added MCLinker for Linux/MacOSX hosts as an experimental feature. The
ld.gold
linker is the default where available, so you must explicitly enable it. For more information, seeCHANGES.HTML
. - Updated ndk-build to use topological sort for module dependencies, which means the build automatically sorts out the order of libraries specified in
LOCAL_STATIC_LIBRARIES
,LOCAL_WHOLE_STATIC_LIBRARIES
andLOCAL_SHARED_LIBRARIES
. For more information, seeCHANGES.HTML
. ( Issue 39378 )
- Added 64-bit host toolchain set (package name suffix
- Important bug fixes:
- Fixed build script to build all toolchains in
-O2
. Toolchains in previous releases were incorrectly built without optimization. - Fixed build script which unconditionally builds Clang/llvm for MacOSX in 64-bit.
- Fixed GCC 4.6/4.7 internal compiler error:
gen_thumb_movhi_clobber at config/arm/arm.md:5832
. ( Issue 52732 ) - Fixed build problem where GCC/ARM 4.6/4.7 fails to link code using 64-bit atomic built-in functions. ( Issue 41297 )
- Fixed GCC 4.7 linker DIV usage mismatch errors. ( Sourceware Issue )
- Fixed GCC 4.7 internal compiler error
build_data_member_initialization, at cp/semantics.c:5790
. - Fixed GCC 4.7 internal compiler error
redirect_eh_edge_1, at tree-eh.c:2214
. ( Issue 52909 ) - Fixed a GCC 4.7 segfault. ( GCC Issue )
- Fixed
<chrono>
clock resolution and enabledsteady_clock
. ( Issue 39680 ) - Fixed toolchain to enable
_GLIBCXX_HAS_GTHREADS
for GCC 4.7 libstdc++. ( Issue 41770 , Issue 41859 ) - Fixed problem with the X86 MXX/SSE code failing to link due to missing
posix_memalign
. ( Change 51872 ) - Fixed GCC4.7/X86 segmentation fault in
i386.c
, functiondistance_non_agu_define_in_bb()
. ( Change 50383 ) - Fixed GCC4.7/X86 to restore earlier
cmov
behavior. ( GCC Issue ) - Fixed handling NULL return value of
setlocale()
in libstdc++/GCC4.7. ( Issue 46718 ) - Fixed
ld.gold
runtime undefined reference to__exidx_start
and__exidx_start_end
. ( Change 52134 ) - Fixed Clang 3.1 internal compiler error when using Eigen library. ( Issue 41246 )
- Fixed Clang 3.1 internal compiler error including
<chrono>
in C++11 mode. ( Issue 39600 ) - Fixed Clang 3.1 internal compiler error when generating object code for a method call to a uniform initialized
rvalue
. ( Issue 41387 ) - Fixed Clang 3.1/X86 stack realignment. ( Change 52154 )
- Fixed problem with GNU Debugger (GDB) SIGILL when debugging on Android 4.1.2. ( Issue 40941 )
- Fixed problem where GDB cannot set
source:line
breakpoints when symbols contain long, indirect file paths. ( Issue 42448 ) - Fixed GDB
read_program_header
for MIPS PIE executables. ( Change 49592 ) - Fixed
STLport
segmentation fault inuncaught_exception()
. ( Change 50236 ) - Fixed
STLport
bus error in exception handling due to unaligned access ofDW_EH_PE_udata2
,DW_EH_PE_udata4
, andDW_EH_PE_udata8
. - Fixed Gabi++ infinite recursion problem with
nothrow new[]
operator. ( Issue 52833 ) - Fixed Gabi++ wrong offset to exception handler pointer. ( Change 53446 )
- Removed Gabi++ redundant free on exception object ( Change 53447 )
- Fixed build script to build all toolchains in
- Other bug fixes:
- Fixed NDK headers:
- Removed redundant definitions of
size_t
,ssize_t
, andptrdiff_t
. - Fixed MIPS and ARM
fenv.h
header. - Fixed
stddef.h
to not redefineoffsetof
since it already exists in the toolchain. - Fixed
elf.h
to containElf32_auxv_t
andElf64_auxv_t
. ( Issue 38441 ) - Fixed the
#ifdef
C++ definitions in theOpenSLES_AndroidConfiguration.h
header file. ( Issue 53163 )
- Removed redundant definitions of
- Fixed
STLport
to abort after out of memory error instead of silently exiting. - Fixed system and Gabi++ headers to be able to compile with API level 8 and lower.
- Fixed
cpufeatures
to not parse/proc/self/auxv
. ( Issue 43055 ) - Fixed
ld.gold
to not depend on host libstdc++ and on Windows platforms, to not depend on thelibgcc_sjlj_1.dll
library. - Fixed Clang 3.1 which emits inconsistent register list in
.vsave
and fails assembler. ( Change 49930 ) - Fixed Clang 3.1 to be able to compile libgabi++ and pass the
test-stlport
tests for MIPS build targets. ( Change 51961 ) - Fixed Clang 3.1 to only enable exception by default for C++, not for C.
- Fixed several issues in Clang 3.1 to pass most GNU exception tests.
- Fixed scripts
clang
andclang++
in standalone NDK compiler to detect-cc1
and to not specify-target
when found. - Fixed
ndk-build
to observeNDK_APP_OUT
set inApplication.mk
. - Fixed X86
libc.so
andlib.a
which were missing thesigsetjmp
andsiglongjmp
functions already declared insetjmp.h
. ( Issue 19851 ) - Patched GCC 4.4.3/4.6/4.7 libstdc++ to work with Clang in C++ 11. ( Clang Issue )
- Fixed cygwin path in argument passed to
HOST_AWK
. - Fixed
ndk-build
script warning in windows when running from project's JNI directory. ( Issue 40192 ) - Fixed problem where the
ndk-build
script does not build if makefile has trailing whitespace in theLOCAL_PATH
definition. ( Issue 42841 )
- Fixed NDK headers:
- Другие изменения:
- Enabled threading support in GCC/MIPS toolchain.
- Updated GCC exception handling helpers
__cxa_begin_cleanup
and__cxa_type_match
to have default visibility from the previous hidden visibility in GNU libstdc++. For more information, seeCHANGES.HTML
. - Updated build scripts so that Gabi++ and STLport static libraries are now built with hidden visibility except for exception handling helpers.
- Updated build so that
STLport
is built for ARM in Thumb mode. - Added support for
std::set_new_handler
in Gabi++. ( Issue 52805 ) - Enabled
FUTEX
system call in GNU libstdc++. - Updated
ndk-build
so that it no longer copies prebuilt static library to a project'sobj/local/<abi>/
directory. ( Issue 40302 ) - Removed
__ARM_ARCH_5*__
from ARMtoolchains/*/setup.mk
script. ( Issue 21132 ) - Built additional GNU libstdc++ libraries in thumb for ARM.
- Enabled MIPS floating-point
madd/msub/nmadd/nmsub/recip/rsqrt
instructions with 32-bit FPU. - Enabled graphite loop optimizer in GCC 4.6 and 4.7 to allow more optimizations:
-fgraphite
,-fgraphite-identity
,-floop-block
,-floop-flatten
,-floop-interchange
,-floop-strip-mine
,-floop-parallelize-all
, and-ftree-loop-linear
. ( info ) - Enabled
polly
for Clang 3.1 on Linux and Max OS X 32-bit hosts which analyzes and optimizes memory access. ( info ) - Enabled
-flto
in GCC 4.7, 4.6, Clang 3.2 and Clang 3.1 on linux (Clang LTO via LLVMgold.so). MIPS compiler targets are not supported becauseld.gold
is not available. - Enabled
--plugin
and--plugin-opt
forld.gold
in GCC 4.6/4.7. - Enabled
--text-reorder
forld.gold
in GCC 4.7. - Configured GNU libstdc++ with
_GLIBCXX_USE_C99_MATH
which undefines theisinf
script in the bionic header. For more information, seeCHANGES.html
. - Added
APP_LDFLAGS
to the build scripts. For more information, seeANDROID-MK.html
. - Updated build scripts to allow
NDK_LOG=0
to disable theNDK_LOG
. - Updated build scripts to allow
NDK_HOST_32BIT=0
to disable the host developer environment 32-bit toolchain. - Changed the default GCC/X86 flags
-march=
and-mtune=
frompentiumpro
andgeneric
toi686
andatom
. - Enhanced toolchain build scripts:
- Fixed a race condition in
build-gcc.sh
for themingw
build type which was preventing a significant amount of parallel build processing. - Updated
build-gabi++.sh
andbuild-stlport.sh
so they can now run from the NDK package. ( Issue 52835 ) - Fixed
run-tests.sh
in theMSys
utilities collection. - Improved 64-bit host toolchain and Canadian Cross build support.
- Updated
build-mingw64-toolchain.sh
script to more recent version. - Added option to build
libgnustl_static.a
andstlport_static.a
without hidden visibility.
- Fixed a race condition in
Android NDK r8d (December 2012)
- Important changes:
- Added the GNU Compiler Collection (GCC) 4.7 compiler to the NDK. The GCC 4.6 compiler is still the default, so you must to explicitly enable the new version as follows:
- For
ndk-build
, export theNDK_TOOLCHAIN_VERSION=4.7
variable or add it toApplication.mk
. - For standalone builds, add the
--toolchain=
option tomake-standalone-toolchain.sh
, for example:--toolchain=arm-linux-androideabi-4.7
Note: This feature is experimental. Please try it and report any issues .
- For
- Added
stlport
exception support via gabi++. Note that the new gabi++ depends ondlopen
and related code, meaning that:- You can no longer build a static executable using the
-static
option or includelibstlport_static.a
usingAPP_STL := stlport_static
. (You can still use the-static
option with a standalone toolchain.) Compiling a dynamic executable usinginclude $(BUILD_EXECUTABLE)
continues to work because the compiler automatically adds the-ldl
option. - If your project links using
-nostdlib
and {-Wl,--no-undefined}, you must manually include the-ldl
option.
CPLUSPLUS-SUPPORT.html
.Note: This feature is experimental and works better with the GCC 4.6/4.7 compilers than with GCC 4.4.3 or Clang 3.1. Please try it and report any issues .
- You can no longer build a static executable using the
- Added a
-mstack-protector-guard=
option for x86 to choose between a global default path which is compatible with older Android C library (bionic) and a new tls path (%gs:20) for-fstack-protector
,-fstack-protector-all
and-fstack-protector-strong
using the GCC 4.6 and higher compilers.Note: The
-mstack-protector-guard
setting itself does not enable any-fstack-protector*
options. - Added
android_setCpu()
function tosources/android/cpufeatures/cpu-features.c
for use when auto-detection via/proc
is not possible in Android 4.1 and higher. ( Chromium Issue 164154 )
- Added the GNU Compiler Collection (GCC) 4.7 compiler to the NDK. The GCC 4.6 compiler is still the default, so you must to explicitly enable the new version as follows:
- Important bug fixes:
- Fixed unnecessary rebuild of object files when using the
ndk-build
script. ( Issue 39810 ) - Fixed a linker failure with the NDK 8c release for Mac OS X 10.6.x that produced the following error:
This problem was caused by building on Mac OS X 10.7, which produced binaries that were not compatible with Mac OS 10.6.x and the NDK.dyld: lazy symbol binding failed: Symbol not found: _memmem Referenced from: ...../arm-linux-androideabi/bin/ld Expected in: /usr/lib/libSystem.B.dylib
- Removed the
-x c++
options from the Clang++ standalone build script. ( Issue 39089 ) - Fixed issues using the
NDK_TOOLCHAIN_VERSION=clang3.1
option in Cygwin. ( Issue 39585 ) - Fixed the
make-standalone-toolchain.sh
script to allow generation of a standalone toolchain using the Cygwin or MinGW environments. The resulting toolchain can be used in Cygwin, MingGW or CMD.exe environments. ( Issue 39915 , Issue 39585 ) - Added missing
SL_IID_ANDROIDBUFFERQUEUESOURCE
option in android-14 builds for ARM and X86. ( Issue 40625 ) - Fixed x86 CPU detection for the
ANDROID_CPU_X86_FEATURE_MOVBE
feature. ( Issue 39317 ) - Fixed an issue preventing the Standard Template Library (STL) from using C++ sources that do not have a
.cpp
file extension. - Fixed GCC 4.6 ARM internal compiler error at reload1.c:1061 . ( Issue 20862 )
- Fixed GCC 4.4.3 ARM internal compiler error at emit-rtl.c:1954 . ( Issue 22336 )
- Fixed GCC 4.4.3 ARM internal compiler error at postreload.c:396 . ( Issue 22345 )
- Fixed problem with GCC 4.6/4.7 skipping lambda functions. ( Issue 35933 )
- Fixed unnecessary rebuild of object files when using the
- Other bug fixes:
- NDK header file fixes:
- Fixed
__WINT_TYPE__
andwint_t
to be the same type. - Corrected typo in
android/bitmap.h
. ( Issue 15134 ) - Corrected typo in
errno.h
. - Added check for the presence of
__STDC_VERSION__
insys/cdefs.h
. ( Issue 14627 ) - Reorganized headers in
byteswap.h
anddirent.h
. - Fixed
limits.h
to includepage.h
which providesPAGE_SIZE
settings. ( Issue 39983 ) - Fixed return type of
glGetAttribLocation()
andglGetUniformLocation()
fromint
toGLint
. - Fixed
__BYTE_ORDER
constant for x86 builds. ( Issue 39824 )
- Fixed
- Fixed
ndk-build
script to not overwrite-Os
with-O2
for ARM builds. - Fixed build scripts to allow overwriting of
HOST_AWK
,HOST_SED
, andHOST_MAKE
settings. - Fixed issue for
ld.gold
onfsck_msdos
builds linking objects built by the Intel C/C++ compiler (ICC). - Fixed ARM EHABI support in Clang to conform to specifications.
- Fixed GNU Debugger (GDB) to shorten the time spent on walking the target's link map during
solib
events. ( Issue 38402 ) - Fixed missing
libgcc.a
file when linking shared libraries.
- NDK header file fixes:
- Другие изменения:
- Backported 64-bit built-in atomic functions for ARM to GCC 4.6.
- Added documentation for audio output latency, along with other documentation and fixes.
- Fixed debug builds with Clang so that non-void functions now raise a
SIGILL
signal for paths without a return statement. - Updated
make-standalone-toolchain.sh
to accept the suffix-clang3.1
which is equivalent to adding--llvm-version=3.1
to the GCC 4.6 toolchain. - Updated GCC and Clang bug report URL to: https://source.android.com/source/report-bug s.html
- Added ARM ELF support to
llvm-objdump
. - Suppressed treating c input as c++ warning for Clang builds.
- Updated build so that only the 32-bit version of
libiberty.a
is built and placed inlib32/
.
Android NDK r8c (November 2012)
- Important changes:
- Added the Clang 3.1 compiler to the NDK. The GNU Compiler Collection (GCC) 4.6 is still the default, so you must explicitly enable the Clang compiler option as follows:
- For
ndk-build
, exportNDK_TOOLCHAIN_VERSION=clang3.1
or add this environment variable setting toApplication.mk
. - For standalone builds, add
--llvm-version=3.1
tomake-standalone-toolchain.sh
and replaceCC
andCXX
in your makefile with<tool-path>/bin/clang
and<tool-path>/bin/clang++
. SeeSTANDALONE-TOOLCHAIN.html
for details.
Note: This feature is experimental. Please try it and report any issues .
- For
- Added Gold linker
ld.gold
for the Windows toolchain. Gold linker is also the default for ARM and X86 on all hosts. You may override it to use theld.bfd
linker by addingLOCAL_LDFLAGS += -fuse-ld=bfd
toAndroid.mk
, or by passing-fuse-ld=bfd
to the g++/clang++ command line that does the linking. - Added checks for spaces in the NDK path to the
ndk-build[.cmd]
andndk-gdb
scripts, to prevent build errors that are difficult to diagnose. - Made the following changes to API level handling:
- Modified build logic so that projects that specify
android-10
throughandroid-13
inAPP_PLATFORM
,project.properties
ordefault.properties
link againstandroid-9
instead ofandroid-14
. - Updated build so that executables using android-16 (Jelly Bean) or higher are compiled with the
-fPIE
option for position-independent executables (PIE). A newAPP_PIE
option allows you to control this behavior. SeeAPPLICATION-MK.html
for details.Note: All API levels above 14 still link against
platforms/android-14
and no newplatforms/android-N
have been added. - Modified
ndk-build
to provide warnings if the adjusted API level is larger thanandroid:minSdkVersion
in the project'sAndroidManifest.xml
.
- Modified build logic so that projects that specify
- Updated the
cpu-features
helper library to include more ARM-specific features. Seesources/android/cpufeatures/cpu-features.h
for details. - Modified the long double on the X86 platform to be 8 bytes. This data type is now the same size as a double, but is still treated as a distinct type.
- Updated build for
APP_ABI=armeabi-v7a
:- Modified this build type to pass the
-march=armv7-a
parameter to the linker. This change ensures that v7-specific libraries andcrt*.o
are linked correctly. - Added
-mfpu=vfpv3-d16
tondk-build
instead of the-mfpu=vfp
option used in previous releases.
- Modified this build type to pass the
- Added the Clang 3.1 compiler to the NDK. The GNU Compiler Collection (GCC) 4.6 is still the default, so you must explicitly enable the Clang compiler option as follows:
- Important bug fixes:
- Fixed an issue where running
make-standalone-toolchain.sh
with root privileges resulted in the stand alone tool chain being inaccessible to some users. ( Issue 35279 )- All files and executables in the NDK release package are set to have read and execute permissions for all.
- The ownership/group of
libstdc++.a
is now preserved when copied.
- Removed redundant
\r
from Windows prebuiltecho.exe
. The redundant\r
causedgdb.setup
to fail in the GNU Debugger (GDB) because it incorrectly became part of the path. ( Issue 36054 ) - Fixed Windows parallel builds that sometimes failed due to timing issues in the
host-mkdir
implementation. ( Issue 25875 ) - Fixed GCC 4.4.3 GNU
libstdc++
to not mergetypeinfo
names by default. For more details, seetoolchain repo gcc/gcc-4.4.3/libstdc++-v3/libsupc++/typeinfo
. ( Issue 22165 ) - Fixed problem on
null
context in GCC 4.6cp/mangle.c::write_unscoped_name
, where GCC may crash when the context isnull
and dereferenced inTREE_CODE
. - Fixed GCC 4.4.3 crashes on ARM NEON-specific type definitions for floats. ( Issue 34613 )
- Fixed the
STLport
internal_IteWrapper::operator*()
implementation where a stale stack location holding the dereferenced value was returned and caused runtime crashes. ( Issue 38630 ) - ARM-specific fixes:
- Fixed ARM GCC 4.4.3/4.6
g++
to not warn that the mangling of <va_list> was changed in GCC 4.4 . The workaround using the-Wno-psabi
switch to avoid this warning is no longer required. - Fixed an issue when a project with
.arm
or.neon
suffixes inLOCAL_SRC_FILES
also usedAPP_STL
. WithAPP_STL
, thendk-build
script searches for C++ files inLOCAL_SRC_FILES
before adding STLheader/lib
paths to compilation. Modifiedndk-build
to filter out.arm
and.neon
suffixes before the search, otherwise items inLOCAL_SRC_FILES
likemyfile.cpp.arm.neon
won't be compiled as C++ code. - Fixed
binutils-2.21/ld.bfd
to be capable of linking object from older binutils withouttag_FP_arch
, which was producing assertion fail error messages in GNU Binutils. ( Issue 35209 ) - Removed Unknown EABI object attribute 44 warning when
binutils-2.19/ld
links prebuilt object by newerbinutils-2.21
- Fixed an issue in GNU
stdc++
compilation with both-mthumb
and-march=armv7-a
, by modifyingmake-standalone-toolchain.sh
to populateheaders/libs
in sub-directoryarmv7-a/thumb
. ( Issue 35616 ) - Fixed unresolvable R_ARM_THM_CALL relocation error. ( Issue 35342 )
- Fixed internal compiler error at
reload1.c:3633
, caused by the ARM back-end expecting the wrong operand type when sign-extend fromchar
. ( GCC Issue 50099 ) - Fixed internal compiler error with negative shift amount. ( GCC Issue )
- Fixed ARM GCC 4.4.3/4.6
- Fixed
-fstack-protector
for X86, which is also the default for thendk-build
x86 ABI target. - MIPS-specific fixes:
- Fixed
STLport
endian-ness by setting_STLP_LITTLE_ENDIAN
to 1 when compiling MIPSlibstlport_*
. - Fixed GCC
__builtin_unreachable
issue when compiling LLVM. ( GCC Issue 54369 ) - Backported fix for
cc1
compile process consuming 100% CPU. ( GCC Issue 50380 )
- Fixed
- GNU Debugger-specific fixes:
- Disabled Python support in gdb-7.x at build, otherwise the gdb-7.x configure function may pick up whatever Python version is available on the host and build
gdb
with a hard-wired dependency on a specific version of Python. ( Issue 36120 ) - Fixed
ndk-gdb
whenAPP_ABI
containsall
and matches none of the known architectures. ( Issue 35392 ) - Fixed Windows pathname support, by keeping the
:
character if it looks like it could be part of a Windows path starting with a drive letter. ( GDB Issue 12843 ) - Fixed adding of hardware breakpoint support for ARM in
gdbserver
. ( GDB Issue ) - Added fix to only read the current
solibs
when the linker is consistent. This change speeds upsolib
event handling. ( Issue 37677 ) - Added fix to make repeated attempts to find
solib
breakpoints. GDB now retriesenable_break()
during every call tosvr4_current_sos()
until it succeeds. ( Change 43563 ) - Fixed an issue where
gdb
would not stop on breakpoints placed indlopen-ed
libraries. ( Issue 34856 ) - Fixed
SIGILL
in dynamic linker when callingdlopen()
, on system where/system/bin/linker
is stripped of symbols andrtld_db_dlactivity()
is implemented asThumb
, due to not preservingLSB
ofsym_addr
. ( Issue 37147 )
- Disabled Python support in gdb-7.x at build, otherwise the gdb-7.x configure function may pick up whatever Python version is available on the host and build
- Fixed an issue where running
- Other bug fixes:
- Fixed NDK headers:
- Fixed
arch-mips/include/asm/*
code that was incorrectly removed from original kernel. ( Change 43335 ) - Replaced struct member data
__unused
with__linux_unused
inlinux/sysctl.h
andlinux/icmp.h
to avoid conflict with#define __unused
insys/cdefs.h
. - Fixed
fenv.h
for enclosed C functions with__BEGIN_DECLS
and__END_DECLS
. - Removed unimplemented functions in
malloc.h
. - Fixed
stdint.h
definition ofuint64_t
for ANSI compilers. ( Issue 1952 ) - Fixed preprocessor macros in
<arch>/include/machine/*
. - Replaced
link.h
for MIPS with new version supporting all platforms. - Removed
linux-unistd.h
- Move GLibc-specific macros
LONG_LONG_MIN
,LONG_LONG_MAX
andULONG_LONG_MAX
from<pthread.h>
to<limits.h>
.
- Fixed
- Fixed a buffer overflow in
ndk-stack-parser
. - Fixed
_STLP_USE_EXCEPTIONS
, when not defined, to omit all declarations and uses of__Named_exception
. Compiling and use of__Named_exception
settings only occurs whenSTLport
is allowed to use exceptions. - Fixed building of Linux-only NDK packages without also building Windows code. Use the following settings to perform this type of build:
./build/tools/make-release.sh --force --systems=linux-x86
- Fixed
libc.so
so it does not exportatexit()
and__do_handler
. These symbols are exported for ARM builds by the system version of the C library to support legacy native libraries. NDK-generated should never reference them directly. Instead, each shared library or executable should embed its own version of these symbols, provided bycrtbegin_*.o
.If your project is linked with the
-nostdlib -Wl,--no-undefined
options, you must provide your own__dso_handle
becausecrtbegin_so.o
is not linked in this case. The content of__dso_handle
does not matter, as shown in the following example code:extern "C" { extern void *__dso_handle __attribute__((__visibility__ ("hidden"))); void *__dso_handle; }
- Fixed symbol decoder for ARM used in
objdump
forplt
entries to generate a more readable formfunction@plt
. - Removed the following symbols, introduced in GCC 4.6
libgcc.a
, from the X86 platformlibc.so
library:__aeabi_idiv0
,__aeabi_ldiv0
,__aeabi_unwind_cpp_pr1
, and__aeabi_unwind_cpp_pr2
. - Removed unused
.ctors
,.dtors
, and.eh_frame
in MIPScrt*_so.S
. - Updated
ndk-gdb
so that it only takes the last line of output forndk-build
DUMP_XXXX
. This change ensures that ifApplication.mk
orAndroid.mk
print something with$(info ...)
syntax, it does not get injected into the result ofDUMP_XXXX
. ( More info )
- Fixed NDK headers:
- Другие изменения:
- Removed
arch-x86
andarch-mips
headers fromplatforms/android-[3,4,5,8]
. Those headers were incomplete, since both X86 and MIPS ABIs are only supported at API 9 or higher. - Simplified c++ include path in standalone packages, as shown below. ( Issue 35279 )
<path>/arm-linux-androideabi/include/c++/4.6.x-google to: <path>/include/c++/4.6/
- Fixed
ndk-build
to recognize more C++ file extensions by default:.cc .cp .cxx .cpp .CPP .c++ .C
. You may still useLOCAL_CPP_EXTENSION
to overwrite these extension settings. - Fixed an issue in
samples/san-angeles
that caused a black screen or freeze frame on re-launch. - Replaced deprecated APIs in NDK samples. ( Issue 20017 )
-
hello-gl2
from android-5 to android-7 -
native-activity
from android-9 to android-10 -
native-audio
from android-9 to android-10 -
native-plasma
from android-9 to android-10
-
- Added new branding for Android executables with a simpler scheme in section
.note.android.ident
(defined incrtbegin_static/dynamic.o
) so that debugging tools can act accordingly. The structure member and values are defined as follows:static const struct { int32_t namesz; /* = 8, sizeof ("Android") */ int32_t descsz; /* = 1 * sizeof(int32_t) */ int32_t type; /* = 1, ABI_NOTETYPE */ char name[sizeof "Android"]; /* = "Android" */ int32_t android_api; /* = 3, 4, 5, 8, 9, 14 */ }
The previous branding options in section
.note.ABI-tag
are deprecated. - Added a new script
run-tests-all.sh
which callsrun-tests.sh
andstandalone/run.sh
with various conditions. The scriptrun-tests.sh
runs without the--abi
option, and is enhanced to compile most of the tests for all supported ABIs and run on all attached devices
- Removed
Android NDK r8b (July 2012)
The main features of this release are a new GNU Compiler Collection (GCC) 4.6 toolchain and GNU Debugger (GDB) 7.3.x which adds debugging support for the Android 4.1 (API Level 16) system image.
- Important bug fixes:
- Fixed
LOCAL_SHORT_COMMANDS
issues on Mac OS, Windows Cygwin environments for static libraries. List file generation is faster, and it is not regenerated to avoid repeated project rebuilds. - Fixed several issues in
ndk-gdb
:- Updated tool to pass flags
-e
,-d
and-s
to adb more consistently. - Updated tool to accept device serial names containing spaces.
- Updated tool to retrieve
/system/bin/link
information, sogdb
on the host can set a breakpoint in__dl_rtld_db_dlactivity
and be aware of linker activity (eg, rescansolib
symbols whendlopen()
is called).
- Updated tool to pass flags
- Fixed
ndk-build clean
on Windows, which was failing to remove./libs/*/lib*.so
. - Fixed
ndk-build.cmd
to return a non-zeroERRORLEVEL
whenmake
fails. - Fixed
libc.so
to stop incorrectly exporting the__exidx_start
and__exidx_end
symbols. - Fixed
SEGV
when unwinding the stack past__libc_init
for ARM and MIPS.
- Fixed
- Important changes:
- Added GCC 4.6 toolchain (
binutils
2.21 withgold
and GDB 7.3.x) to co-exist with the original GCC 4.4.3 toolchain (binutils
2.19 and GDB 6.6).- GCC 4.6 is now the default toolchain. You may set
NDK_TOOLCHAIN_VERSION=4.4.3
inApplication.mk
to select the original one. - Support for the
gold
linker is only available for ARM and x86 architectures on Linux and Mac OS hosts. This support is disabled by default. AddLOCAL_LDLIBS += -fuse-ld=gold
inAndroid.mk
to enable it. - Programs compiled with
-fPIE
require the newGDB
for debugging, including binaries in Android 4.1 (API Level 16) system images. - The
binutils
2.21ld
tool contains back-ported fixes from version 2.22:- Fixed
ld --gc-sections
, which incorrectly retains zombie references to external libraries. ( more info ). - Fixed ARM
strip
command to preserve the originalp_align
andp_flags
inGNU_RELRO
section if they are valid. Without this fix, programs built with-fPIE
could not be debugged. (mor e info )
- Fixed
- Disabled
sincos()
optimization for compatibility with older platforms.
- GCC 4.6 is now the default toolchain. You may set
- Updated build options to enable the Never eXecute (NX) bit and
relro
/bind_now
protections by default:- Added
--noexecstack
to assembler and-z noexecstack
to linker that provides NX protection against buffer overflow attacks by enabling NX bit on stack and heap. - Added
-z relro
and-z now
to linker for hardening of internal data sections after linking to guard against security vulnerabilities caused by memory corruption. (more info: 1 , 2 ) - These features can be disabled using the following options:
- Disable NX protection by setting the
--execstack
option for the assembler and-z execstack
for the linker. - Disable hardening of internal data by setting the
-z norelro
and-z lazy
options for the linker. - Disable these protections in the NDK
jni/Android.mk
by setting the following options:LOCAL_DISABLE_NO_EXECUTE=true # disable "--noexecstack" and "-z noexecstack" DISABLE_RELRO=true # disable "-z relro" and "-z now"
See
docs/ANDROID-MK.html
for more details. - Disable NX protection by setting the
- Added
- Added branding for Android executables with the
.note.ABI-tag
section (incrtbegin_static/dynamic.o
) so that debugging tools can act accordingly. The structure member and values are defined as follows:static const struct { int32_t namesz; /* = 4, sizeof ("GNU") */ int32_t descsz; /* = 6 * sizeof(int32_t) */ int32_t type; /* = 1 */ char name[sizeof "GNU"]; /* = "GNU" */ int32_t os; /* = 0 */ int32_t major; /* = 2 */ int32_t minor; /* = 6 */ int32_t teeny; /* = 15 */ int32_t os_variant; /* = 1 */ int32_t android_api; /* = 3, 4, 5, 8, 9, 14 */ }
- Added GCC 4.6 toolchain (
- Other bug fixes:
- Fixed
mips-linux-gnu
relocation truncated to fitR_MIPS_TLS_LDM
issue. ( more info ) - Fixed
ld
tool segfaults when using--gc-sections
. ( more info ) - Fixed MIPS
GOT_PAGE
counting issue. ( more info ) - Fixed follow warning symbol link for
mips_elf_count_got_symbols
. - Fixed follow warning symbol link for
mips_elf_allocate_lazy_stub
. - Moved MIPS
.dynamic
to the data segment, so that it is writable. - Replaced hard-coded values for symbols with correct segment sizes for MIPS.
- Removed the
-mno-shared
option from the defaults in the MIPS toolchain. The default for Android toolchain is-fPIC
(or-fpic
if supported). If you do not explicitly specify-mshared
,-fpic
,-fPIC
,-fpie
, or-fPIE
, the MIPS compiler adds-mno-shared
that turns off PIC. Fixed compiler not to add-mno-shared
in this case. - Fixed wrong package names in samples
hello-jni
andtwo-libs
so that thetests
project underneath it can compile.
- Fixed
- Other Changes:
- Changed locations of binaries:
- Moved
gdbserver
fromtoolchain/<arch-os-ver>/prebuilt/gdbserver
toprebuilt/android-<arch>/gdbserver/gdbserver
. - Renamed x86 toolchain prefix from
i686-android-linux-
toi686-linux-android-
. - Moved
sources/cxx-stl/gnu-libstdc++/include
andlib
tosources/cxx-stl/gnu-libstdc++/4.6
when compiled with GCC 4.6, orsources/cxx-stl/gnu-libstdc++/4.4.3
when compiled with GCC 4.4.3. - Moved
libbfd.a
andlibintl.a
fromlib/
tolib32/
.
- Moved
- Added and improved various scripts in the rebuild and test NDK toolchain:
- Added
build-mingw64-toolchain.sh
to generate a new Linux-hosted toolchain that generates Win32 and Win64 executables. - Improved speed of
download-toolchain-sources.sh
by using theclone
command and only usingcheckout
for the directories that are needed to build the NDK toolchain binaries. - Added
build-host-gcc.sh
andbuild-host-gdb.sh
scripts. - Added
tests/check-release.sh
to check the content of a given NDK installation directory, or an existing NDK package. - Rewrote the
tests/standalone/run.sh
standalone tests .
- Added
- Removed
if_dl.h
header from all platforms and architectures. TheAF_LINK
andsockaddr_dl
elements it describes are specific to BSD (ie, they don't exist in Linux).
- Changed locations of binaries:
Android NDK r8 (May 2012)
This release of the NDK includes support for MIPS ABI and a few additional fixes.
- Новые возможности:
- Added support for the MIPS ABI, which allows you to generate machine code that runs on compatible MIPS-based Android devices. Major features for MIPS include MIPS-specific toolchains, system headers, libraries and debugging support. For more details regarding MIPS support, see
docs/CPU-MIPS.html
in the NDK package.By default, code is generated for ARM-based devices. You can add
mips
to yourAPP_ABI
definition in yourApplication.mk
file to build for MIPS platforms. For example, the following line instructsndk-build
to build your code for three distinct ABIs:APP_ABI := armeabi armeabi-v7a mips
Unless you rely on architecture-specific assembly sources, such as ARM assembly code, you should not need to touch your
Android.mk
files to build MIPS machine code. - You can build a standalone MIPS toolchain using the
--arch=mips
option when callingmake-standalone-toolchain.sh
. Seedocs/STANDALONE-TOOLCHAIN.html
for more details.
Note: To ensure that your applications are available to users only if their devices are capable of running them, Google Play filters applications based on the instruction set information included in your application ? no action is needed on your part to enable the filtering. Additionally, the Android system itself also checks your application at install time and allows the installation to continue only if the application provides a library that is compiled for the device's CPU architecture.
- Added support for the MIPS ABI, which allows you to generate machine code that runs on compatible MIPS-based Android devices. Major features for MIPS include MIPS-specific toolchains, system headers, libraries and debugging support. For more details regarding MIPS support, see
- Important bug fixes:
- Fixed a typo in GAbi++ implementation where the result of
dynamic_cast<D>(b)
of base class objectb
to derived classD
is incorrectly adjusted in the opposite direction from the base class. ( Issue 28721 ) - Fixed an issue in which
make-standalone-toolchain.sh
fails to copylibsupc++.*
.
- Fixed a typo in GAbi++ implementation where the result of
- Other bug fixes:
- Fixed
ndk-build.cmd
to ensure thatndk-build.cmd
works correctly even if the user has redefined theSHELL
environment variable, which may be changed when installing a variety of development tools in Windows environments.
- Fixed
Android NDK r7c (April 2012)
This release of the NDK includes an important fix for Tegra2-based devices, and a few additional fixes and improvements:
- Important bug fixes:
- Fixed GNU STL armeabi-v7a binaries to not crash on non-NEON devices. The files provided with NDK r7b were not configured properly, resulting in crashes on Tegra2-based devices and others when trying to use certain floating-point functions (eg,
cosf
,sinf
,expf
).
- Fixed GNU STL armeabi-v7a binaries to not crash on non-NEON devices. The files provided with NDK r7b were not configured properly, resulting in crashes on Tegra2-based devices and others when trying to use certain floating-point functions (eg,
- Important changes:
- Added support for custom output directories through the
NDK_OUT
environment variable. When defined, this variable is used to store all intermediate generated files, instead of$PROJECT_PATH/obj
. The variable is also recognized byndk-gdb
. - Added support for building modules with hundreds or even thousands of source files by defining
LOCAL_SHORT_COMMANDS
totrue
in yourAndroid.mk
.This change forces the NDK build system to put most linker or archiver options into list files, as a work-around for command-line length limitations. See
docs/ANDROID-MK.html
for details.
- Added support for custom output directories through the
- Other bug fixes:
- Fixed
android_getCpuCount()
implementation in thecpufeatures
helper library. On certain devices, where cores are enabled dynamically by the system, the previous implementation would report the total number of active cores the first time the function was called, rather than the total number of physically available cores.
- Fixed
Android NDK r7b (February 2012)
This release of the NDK includes fixes for native Windows builds, Cygwin and many other improvements:
- Important bug fixes:
- Updated
sys/atomics.h
to avoid correctness issues on some multi-core ARM-based devices. Rebuild your unmodified sources with this version of the NDK and this problem should be completely eliminated. For more details, readdocs/ANDROID-ATOMICS.html
. - Reverted to
binutils
2.19 to fix debugging issues that appeared in NDK r7 (which switched tobinutils
2.20.1). - Fixed
ndk-build
on 32-bit Linux. A packaging error put a 64-bit version of theawk
executable underprebuilt/linux-x86/bin
in NDK r7. - Fixed native Windows build (
ndk-build.cmd
). Other build modes were not affected. The fixes include:- Removed an infinite loop / stack overflow bug that happened when trying to call
ndk-build.cmd
from a directory that was not the top of your project path (eg, in any sub-directory of it). - Fixed a problem where the auto-generated dependency files were ignored. This meant that updating a header didn't trigger recompilation of sources that included it.
- Fixed a problem where special characters in files or paths, other than spaces and quotes, were not correctly handled.
- Removed an infinite loop / stack overflow bug that happened when trying to call
- Fixed the standalone toolchain to generate proper binaries when using
-lstdc++
(ie, linking against the GNUlibstdc++
C++ runtime). You should use-lgnustl_shared
if you want to link against the shared library version or-lstdc++
for the static version.See
docs/STANDALONE-TOOLCHAIN.html
for more details about this fix. - Fixed
gnustl_shared
on Cygwin. The linker complained that it couldn't findlibsupc++.a
even though the file was at the right location. - Fixed Cygwin C++ link when not using any specific C++ runtime through
APP_STL
.
- Updated
- Другие изменения:
- When your application uses the GNU
libstdc++
runtime, the compiler will no longer forcibly enable exceptions and RTTI. This change results in smaller code.If you need these features, you must do one of the following:
- Enable exceptions and/or RTTI explicitly in your modules or
Application.mk
. (рекомендуется) - Define
APP_GNUSTL_FORCE_CPP_FEATURES
to'exceptions'
,'rtti'
or both in yourApplication.mk
. Seedocs/APPLICATION-MK.html
for more details.
- Enable exceptions and/or RTTI explicitly in your modules or
-
ndk-gdb
now works properly when your application has private services running in independent processes. It debugs the main application process, instead of the first process listed byps
, which is usually a service process. - Fixed a rare bug where NDK r7 would fail to honor the
LOCAL_ARM_MODE
value and always compile certain source files (but not all) to 32-bit instructions. -
STLport
: Refresh the sources to match the Android platform version. This update fixes a few minor bugs:- Fixed instantiation of an incomplete type
- Fixed minor "==" versus "=" typo
- Used
memmove
instead ofmemcpy
instring::assign
- Added better handling of
IsNANorINF
,IsINF
,IsNegNAN
, etc.
For complete details, see the commit log.
-
STLport
: Removed 5 unnecessary static initializers from the library. - The GNU libstdc++ libraries for armeabi-v7a were mistakenly compiled for armeabi instead. This change had no impact on correctness, but using the right ABI should provide slightly better performance.
- The
cpu-features
helper library was updated to report three optional x86 CPU features (SSSE3
,MOVBE
andPOPCNT
). Seedocs/CPU-FEATURES.html
for more details. -
docs/NDK-BUILD.html
was updated to mentionNDK_APPLICATION_MK
instead ofNDK_APP_APPLICATION_MK
to select a customApplication.mk
file. - Cygwin:
ndk-build
no longer creates an empty "NUL" file in the current directory when invoked. - Cygwin: Added better automatic dependency detection. In the previous version, it didn't work properly in the following cases:
- When the Cygwin drive prefix was not
/cygdrive
. - When using drive-less mounts, for example, when Cygwin would translate
/home
to\\server\subdir
instead ofC:\Some\Dir
.
- When the Cygwin drive prefix was not
- Cygwin:
ndk-build
does not try to use the native Windows tools under$NDK/prebuilt/windows/bin
with certain versions of Cygwin and/or GNU Make.
- When your application uses the GNU
Android NDK r7 (November 2011)
This release of the NDK includes new features to support the Android 4.0 platform as well as many other additions and improvements:
- Новые возможности
- Added official NDK APIs for Android 4.0 (API level 14), which adds the following native features to the platform:
- Added native multimedia API based on the Khronos Group OpenMAX AL 1.0.1 standard. The new
<OMXAL/OpenMAXAL.h>
and<OMXAL/OpenMAXAL_Android.h>
headers allow applications targeting API level 14 to perform multimedia output directly from native code by using a new Android-specific buffer queue interface. For more details, seedocs/openmaxal/index.html
and http://www.khronos.org/openmax/ . - Updated the native audio API based on the Khronos Group OpenSL ES 1.0.1 standard. With API Level 14, you can now decode compressed audio (eg MP3, AAC, Vorbis) to PCM. For more details, see
docs/opensles/index.html
and http://www.khronos.org/opensles/ .
- Added native multimedia API based on the Khronos Group OpenMAX AL 1.0.1 standard. The new
- Added CCache support. To speed up large rebuilds, define the
NDK_CCACHE
environment variable toccache
(or the path to yourccache
binary). When declared, the NDK build system automatically uses CCache when compiling any source file. Например:export NDK_CCACHE=ccache
Note: CCache is not included in the NDK release so you must have it installed prior to using it. For more information about CCache, see http://ccache.samba.org .
- Added support for setting
APP_ABI
toall
to indicate that you want to build your NDK modules for all the ABIs supported by your given NDK release. This means that either one of the following two lines in yourApplication.mk
are equivalent with this release:APP_ABI := all APP_ABI := armeabi armeabi-v7a x86
This also works if you define
APP_ABI
when callingndk-build
from the command-line, which is a quick way to check that your project builds for all supported ABIs without changing the project'sApplication.mk file
. Например:ndk-build APP_ABI=all
- Added a
LOCAL_CPP_FEATURES
variable inAndroid.mk
that allows you to declare which C++ features (RTTI or Exceptions) your module uses. This ensures that the final linking works correctly if you have prebuilt modules that depend on these features. Seedocs/ANDROID-MK.html
anddocs/CPLUSPLUS-SUPPORT.html
for more details. - Shortened paths to source and object files that are used in build commands. When invoking
$NDK/ndk-build
from your project path, the paths to the source, object, and binary files that are passed to the build commands are significantly shorter now, because they are passed relative to the current directory. This is useful when building projects with a lot of source files, to avoid limits on the maximum command line length supported by your host operating system. The behavior is unchanged if you invokendk-build
from a sub-directory of your project tree, or if you defineNDK_PROJECT_PATH
to point to a specific directory.
- Added official NDK APIs for Android 4.0 (API level 14), which adds the following native features to the platform:
- Экспериментальные возможности
- You can now build your NDK source files on Windows without Cygwin by calling the
ndk-build.cmd
script from the command line from your project path. The script takes exactly the same arguments as the originalndk-build
script. The Windows NDK package comes with its own prebuilt binaries for GNU Make, Awk and other tools required by the build. You should not need to install anything else to get a working build system.Important:
ndk-gdb
does not work on Windows, so you still need Cygwin to debug.This feature is still experimental, so feel free to try it and report issues on the public bug database or public forum . All samples and unit tests shipped with the NDK successfully compile with this feature.
- Important bug fixes
- Imported shared libraries are now installed by default to the target installation location (
libs/<abi>
) ifAPP_MODULES
is not defined in yourApplication.mk
. For example, if a top-level modulefoo
imports a modulebar
, then bothlibfoo.so
andlibbar.so
are copied to the install location. Previously, onlylibfoo.so
was copied, unless you listedbar
in yourAPP_MODULES
too. If you defineAPP_MODULES
explicitly, the behavior is unchanged. -
ndk-gdb
now works correctly for activities with multiple categories in their MAIN intent filters. - Static library imports are now properly transitive. For example, if a top-level module
foo
imports static librarybar
that imports static libraryzoo
, thelibfoo.so
will now be linked against bothlibbar.a
andlibzoo.a
.
- Imported shared libraries are now installed by default to the target installation location (
- Другие изменения
-
docs/NATIVE-ACTIVITY.HTML
: Fixed typo. The minimum API level should be 9, not 8 for native activities. -
docs/STABLE-APIS.html
: Added missing documentation listing EGL as a supported stable API, starting from API level 9. -
download-toolchain-sources.sh
: Updated to download the toolchain sources from android.googlesource.com , which is the new location for the AOSP servers. - Added a new C++ support runtime named
gabi++
. More details about it are available in the updateddocs/CPLUSPLUS-SUPPORT.html
. - Added a new C++ support runtime named
gnustl_shared
that corresponds to the shared library version of GNU libstdc++ v3 (GPLv3 license). See more info atdocs/CPLUSPLUS-SUPPORT.html
- Added support for RTTI in the STLport C++ runtimes (no support for exceptions).
- Added support for multiple file extensions in
LOCAL_CPP_EXTENSION
. For example, to compile bothfoo.cpp
andbar.cxx
as C++ sources, declare the following:LOCAL_CPP_EXTENSION := .cpp .cxx
- Removed many unwanted exported symbols from the link-time shared system libraries provided by the NDK. This ensures that code generated with the standalone toolchain doesn't risk to accidentally depend on a non-stable ABI symbol (eg any libgcc.a symbol that changes each time the toolchain used to build the platform is changed)
- Refreshed the EGL and OpenGLES Khronos headers to support more extensions. Note that this does not change the NDK ABIs for the corresponding libraries, because each extension must be probed at runtime by the client application.
The extensions that are available depend on your actual device and GPU drivers, not the platform version the device runs on. The header changes simply add new constants and types to make it easier to use the extensions when they have been probed with
eglGetProcAddress()
orglGetProcAddress()
. The following list describes the newly supported extensions:- GLES 1.x
-
GL_OES_vertex_array_object
-
GL_OES_EGL_image_external
-
GL_APPLE_texture_2D_limited_npot
-
GL_EXT_blend_minmax
-
GL_EXT_discard_framebuffer
-
GL_EXT_multi_draw_arrays
-
GL_EXT_read_format_bgra
-
GL_EXT_texture_filter_anisotropic
-
GL_EXT_texture_format_BGRA8888
-
GL_EXT_texture_lod_bias
-
GL_IMG_read_format
-
GL_IMG_texture_compression_pvrtc
-
GL_IMG_texture_env_enhanced_fixed_function
-
GL_IMG_user_clip_plane
-
GL_IMG_multisampled_render_to_texture
-
GL_NV_fence
-
GL_QCOM_driver_control
-
GL_QCOM_extended_get
-
GL_QCOM_extended_get2
-
GL_QCOM_perfmon_global_mode
-
GL_QCOM_writeonly_rendering
-
GL_QCOM_tiled_rendering
-
- GLES 2.0
-
GL_OES_element_index_uint
-
GL_OES_get_program_binary
-
GL_OES_mapbuffer
-
GL_OES_packed_depth_stencil
-
GL_OES_texture_3D
-
GL_OES_texture_float
-
GL_OES_texture_float_linear
-
GL_OES_texture_half_float_linear
-
GL_OES_texture_npot
-
GL_OES_vertex_array_object
-
GL_OES_EGL_image_external
-
GL_AMD_program_binary_Z400
-
GL_EXT_blend_minmax
-
GL_EXT_discard_framebuffer
-
GL_EXT_multi_draw_arrays
-
GL_EXT_read_format_bgra
-
GL_EXT_texture_format_BGRA8888
-
GL_EXT_texture_compression_dxt1
-
GL_IMG_program_binary
-
GL_IMG_read_format
-
GL_IMG_shader_binary
-
GL_IMG_texture_compression_pvrtc
-
GL_IMG_multisampled_render_to_texture
-
GL_NV_coverage_sample
-
GL_NV_depth_nonlinear
-
GL_QCOM_extended_get
-
GL_QCOM_extended_get2
-
GL_QCOM_writeonly_rendering
-
GL_QCOM_tiled_rendering
-
- EGL
-
EGL_ANDROID_recordable
-
EGL_NV_system_time
-
-
Android NDK r6b (August 2011)
This release of the NDK does not include any new features compared to r6. The r6b release addresses the following issues in the r6 release:
- Important bug fixes
- Fixed the build when
APP_ABI="armeabi x86"
is used for multi-architecture builds. - Fixed the location of prebuilt STLport binaries in the NDK release package. A bug in the packaging script placed them in the wrong location.
- Fixed
atexit()
usage in shared libraries with the x86standalone toolchain. - Fixed
make-standalone-toolchain.sh --arch=x86
. It used to fail to copy the proper GNU libstdc++ binaries to the right location. - Fixed the standalone toolchain linker warnings about missing the definition and size for the
__dso_handle
symbol (ARM only). - Fixed the inclusion order of
$(SYSROOT)/usr/include
for x86 builds. See the bug for more information. - Fixed the definitions of
ptrdiff_t
andsize_t
in x86-specific systems when they are used with the x86 standalone toolchain.
- Fixed the build when
Android NDK r6 (July 2011)
This release of the NDK includes support for the x86 ABI and other minor changes. For detailed information describing the changes in this release, read the CHANGES.HTML
document included in the NDK package.
- Общие примечания:
- Adds support for the x86 ABI, which allows you to generate machine code that runs on compatible x86-based Android devices. Major features for x86 include x86-specific toolchains, system headers, libraries and debugging support. For all of the details regarding x86 support, see
docs/CPU-X86.html
in the NDK package.By default, code is generated for ARM-based devices, but you can add x86 to your
APP_ABI
definition in yourApplication.mk
file to build for x86 platforms. For example, the following line instructsndk-build
to build your code for three distinct ABIs:APP_ABI := armeabi armeabi-v7a x86
Unless you rely on ARM-based assembly sources, you shouldn't need to touch your
Android.mk
files to build x86 machine code. - You can build a standalone x86 toolchain using the
--toolchain=x86-4.4.3
option when callingmake-standalone-toolchain.sh
. Seedocs/STANDALONE-TOOLCHAIN.html
for more details. - The new
ndk-stack
tool lets you translate stack traces inlogcat
that are generated by native code. The tool translates instruction addresses into a readable format that contains things such as the function, source file, and line number corresponding to each stack frame. For more information and a usage example, seedocs/NDK-STACK.html
.
- Adds support for the x86 ABI, which allows you to generate machine code that runs on compatible x86-based Android devices. Major features for x86 include x86-specific toolchains, system headers, libraries and debugging support. For all of the details regarding x86 support, see
- Другие изменения:
-
arm-eabi-4.4.0
, which had been deprecated since NDK r5, has been removed from the NDK distribution.
Android NDK r5c (June 2011)
This release of the NDK does not include any new features compared to r5b. The r5c release addresses the following problems in the r5b release:
- Important bug fixes:
-
ndk-build
: Fixed a rare bug that appeared when trying to perform parallel builds of debuggable projects. - Fixed a typo that prevented
LOCAL_WHOLE_STATIC_LIBRARIES
to work correctly with the new toolchain and added documentation for this indocs/ANDROID-MK.html
. - Fixed a bug where code linked against
gnustl_static
crashed when run on platform releases older than API level 8 (Android 2.2). -
ndk-gdb
: Fixed a bug that caused a segmentation fault when debugging Android 3.0 or newer devices. -
<android/input.h>
: Two functions that were introduced in API level 9 (Android 2.3) were incorrect and are fixed. While this breaks the source API, the binary interface to the system is unchanged. The incorrect functions were missing ahistory_index
parameter, and the correct definitions are shown below:float AMotionEvent_getHistoricalRawX(const AInputEvent* motion_event, size_t pointer_index, size_t history_index); float AMotionEvent_getHistoricalRawY(const AInputEvent* motion_event, size_t pointer_index, size_t history_index);
- Updated the C library ARM binary for API level 9 (Android 2.3) to correctly expose at link time new functions that were added in that API level (for example,
pthread_rwlock_init
).
-
- Minor improvements and fixes:
- Object files are now always linked in the order they appear in
LOCAL_SRC_FILES
. This was not the case previously because the files were grouped by source extensions instead. - When
import-module
fails, it now prints the list of directories that were searched. This is useful to check that theNDK_MODULE_PATH
definition used by the build system is correct. - When
import-module
succeeds, it now prints the directory where the module was found to the log (visible withNDK_LOG=1
). - Increased the build speed of debuggable applications when there is a very large number of include directories in the project.
-
ndk-gdb
: Better detection ofadb shell
failures and improved error messages. -
<pthread.h>
: Fixed the definition ofPTHREAD_RWLOCK_INITIALIZER
for API level 9 (Android 2.3) and higher. - Fixed an issue where a module could import itself, resulting in an infinite loop in GNU Make.
- Fixed a bug that caused the build to fail if
LOCAL_ARM_NEON
was set to true (typo inbuild/core/build-binary.mk
). - Fixed a bug that prevented the compilation of
.s
assembly files (.S
files were okay).
- Object files are now always linked in the order they appear in
Android NDK r5b (January 2011)
This release of the NDK does not include any new features compared to r5. The r5b release addresses the following problems in the r5 release:
- The r5 binaries required glibc 2.11, but the r5b binaries are generated with a special toolchain that targets glibc 2.7 or higher instead. The Linux toolchain binaries now run on Ubuntu 8.04 or higher.
- Fixes a compiler bug in the arm-linux-androideabi-4.4.3 toolchain. The previous binary generated invalid thumb instruction sequences when dealing with signed chars.
- Adds missing documentation for the "gnustl_static" value for APP_STL, that allows you to link against a static library version of GNU libstdc++. тот
- Fixed the following
ndk-build
issues:- A bug that created inconsistent dependency files when a compilation error occurred on Windows. This prevented a proper build after the error was fixed in the source code.
- A Cygwin-specific bug where using very short paths for the Android NDK installation or the project path led to the generation of invalid dependency files. This made incremental builds impossible.
- A typo that prevented the cpufeatures library from working correctly with the new NDK toolchain.
- Builds in Cygwin are faster by avoiding calls to
cygpath -m
from GNU Make for every source or object file, which caused problems with very large source trees. In case this doesn't work properly, defineNDK_USE_CYGPATH=1
in your environment to usecygpath -m
again. - The Cygwin installation now notifies the user of invalid installation paths that contain spaces. Previously, an invalid path would output an error that complained about an incorrect version of GNU Make, even if the right one was installed.
- Fixed a typo that prevented the
NDK_MODULE_PATH
environment variable from working properly when it contained multiple directories separated with a colon. - The
prebuilt-common.sh
script contains fixes to check the compiler for 64-bit generated machine code, instead of relying on the host tag, which allows the 32-bit toolchain to rebuild properly on Snow Leopard. The toolchain rebuild scripts now also support using a 32-bit host toolchain. - A missing declaration for
INET_ADDRSTRLEN
was added to<netinet/in.h>
. - Missing declarations for
IN6_IS_ADDR_MC_NODELOCAL
andIN6_IS_ADDR_MC_GLOBAL
were added to<netinet/in6.h>
. - 'asm' was replaced with '__asm__' in
<asm/byteorder.h>
to allow compilation with-std=c99
.
Android NDK r5 (December 2010)
This release of the NDK includes many new APIs, most of which are introduced to support the development of games and similar applications that make extensive use of native code. Using the APIs, developers have direct native access to events, audio, graphics and window management, assets, and storage. Developers can also implement the Android application lifecycle in native code with help from the new NativeActivity
class. For detailed information describing the changes in this release, read the CHANGES.HTML
document included in the downloaded NDK package.
- Общие примечания:
- Adds support for native activities, which allows you to implement the Android application lifecycle in native code.
- Adds native support for the following:
- Input subsystem (such as the keyboard and touch screen)
- Access to sensor data (accelerometer, compass, gyroscope, etc).
- Event loop APIs to wait for things such as input and sensor events.
- Window and surface subsystem
- Audio APIs based on the OpenSL ES standard that support playback and recording as well as control over platform audio effects
- Access to assets packaged in an
.apk
file.
- Includes a new toolchain (based on GCC 4.4.3), which generates better code, and can also now be used as a standalone cross-compiler, for people who want to build their stuff with
./configure && make
. See docs/STANDALONE-TOOLCHAIN.html for the details. The binaries for GCC 4.4.0 are still provided, but the 4.2.1 binaries were removed. - Adds support for prebuilt static and shared libraries (docs/PREBUILTS.html) and module exports and imports to make sharing and reuse of third-party modules much easier (docs/IMPORT-MODULE.html explains why).
- Provides a default C++ STL implementation (based on STLport) as a helper module. It can be used either as a static or shared library (details and usage examples are in sources/android/stlport/README). Prebuilt binaries for STLport (static or shared) and GNU libstdc++ (static only) are also provided if you choose to compile against those libraries instead of the default C++ STL implementation. C++ Exceptions and RTTI are not supported in the default STL implementation. For more information, see docs/CPLUSPLUS-SUPPORT.HTML.
- Includes improvements to the
cpufeatures
helper library that improves reporting of the CPU type (some devices previously reported ARMv7 CPU when the device really was an ARMv6). We recommend developers that use this library to rebuild their applications then upload to Google Play to benefit from the improvements. - Adds an EGL library that lets you create and manage OpenGL ES textures and services.
- Adds new sample applications,
native-plasma
andnative-activity
, to demonstrate how to write a native activity. - Includes many bugfixes and other small improvements; see docs/CHANGES.html for a more detailed list of changes.
Android NDK r4b (June 2010)
- NDK r4b notes:
Includes fixes for several issues in the NDK build and debugging scripts — if you are using NDK r4, we recommend downloading the NDK r4b build. For detailed information describing the changes in this release, read the CHANGES.TXT document included in the downloaded NDK package.
- Общие примечания:
- Provides a simplified build system through the new
ndk-build
build command. - Adds support for easy native debugging of generated machine code on production devices through the new
ndk-gdb
command. - Adds a new Android-specific ABI for ARM-based CPU architectures,
armeabi-v7a
. The new ABI extends the existingarmeabi
ABI to include these CPU instruction set extensions:- Thumb-2 instructions
- VFP hardware FPU instructions (VFPv3-D16)
- Optional support for ARM Advanced SIMD (NEON) GCC intrinsics and VFPv3-D32. Supported by devices such as Verizon Droid by Motorola, Google Nexus One, and others.
- Adds a new
cpufeatures
static library (with sources) that lets your app detect the host device's CPU features at runtime. Specifically, applications can check for ARMv7-A support, as well as VFPv3-D32 and NEON support, then provide separate code paths as needed. - Adds a sample application,
hello-neon
, that illustrates how to use thecpufeatures
library to check CPU features and then provide an optimized code path using NEON instrinsics, if supported by the CPU. - Lets you generate machine code for either or both of the instruction sets supported by the NDK. For example, you can build for both ARMv5 and ARMv7-A architectures at the same time and have everything stored to your application's final
.apk
. - To ensure that your applications are available to users only if their devices are capable of running them, Google Play now filters applications based on the instruction set information included in your application — no action is needed on your part to enable the filtering. Additionally, the Android system itself also checks your application at install time and allows the installation to continue only if the application provides a library that is compiled for the device's CPU architecture.
- Adds support for Android 2.2, including a new stable API for accessing the pixel buffers of
Bitmap
objects from native code.
- Provides a simplified build system through the new
Android NDK r3 (March 2010)
- Общие примечания:
- Adds OpenGL ES 2.0 native library support.
- Adds a sample application,
hello-gl2
, that illustrates the use of OpenGL ES 2.0 vertex and fragment shaders. - The toolchain binaries have been refreshed for this release with GCC 4.4.0, which should generate slightly more compact and efficient machine code than the previous one (4.2.1). The NDK also still provides the 4.2.1 binaries, which you can optionally use to build your machine code.
Android NDK r2 (September 2009)
Originally released as "Android 1.6 NDK, Release 1".
- Общие примечания:
- Adds OpenGL ES 1.1 native library support.
- Adds a sample application,
san-angeles
, that renders 3D graphics through the native OpenGL ES APIs, while managing activity lifecycle with aGLSurfaceView
object.
Android NDK r1 (June 2009)
Originally released as "Android 1.5 NDK, Release 1".
- Общие примечания:
- Includes compiler support (GCC) for ARMv5TE instructions, including Thumb-1 instructions.
- Includes system headers for stable native APIs, documentation, and sample applications.