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
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -322,7 +322,7 @@ (define-public adb
(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 ."