mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: android-libbase: Document test failure.
* gnu/packages/android.scm (android-libbase): Document test failure.
This commit is contained in:
parent
5c45730a03
commit
c774d8e19a
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ (define android-libbase
|
|||
(source (android-platform-system-core version))
|
||||
(build-system android-ndk-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; TODO.
|
||||
`(#:tests? #f ; Test failure: logging.UNIMPLEMENTED
|
||||
#:make-flags '("CXXFLAGS=-std=gnu++11")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue