mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: adb: Document test failure.
* gnu/packages/android.scm (adb): Document test failure.
This commit is contained in:
parent
b913d1eaf2
commit
362f3bf354
1 changed files with 1 additions and 1 deletions
|
@ -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 ."
|
||||
|
|
Loading…
Reference in a new issue