1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-20 17:20:32 +02:00

gnu: adb: Document test failure.

* gnu/packages/android.scm (adb): Document test failure.
This commit is contained in:
Danny Milosavljevic
2018-05-10 02:44:34 +02:00
parent b913d1eaf2
commit 362f3bf354

View File

@@ -322,7 +322,7 @@ various Android core host applications.")
(source (android-platform-system-core version))
(build-system android-ndk-build-system)
(arguments
`(#:tests? #f ; TODO.
`(#:tests? #f ; Test failure: sysdeps_poll.fd_count
#:make-flags
(list "CFLAGS=-Wno-error"
"CXXFLAGS=-fpermissive -Wno-error -std=gnu++14 -D_Nonnull= -D_Nullable= -I ."