mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: android-liblog: Don't disable tests.
* gnu/packages/android.scm (android-liblog)[arguments]: Enable tests.
This commit is contained in:
parent
0d697202fc
commit
5c45730a03
1 changed files with 1 additions and 2 deletions
|
@ -150,8 +150,7 @@ (define android-liblog
|
|||
(source (android-platform-system-core version))
|
||||
(build-system android-ndk-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; TODO.
|
||||
#:make-flags '("LDLIBS=-lpthread")
|
||||
`(#:make-flags '("LDLIBS=-lpthread")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'enter-source
|
||||
|
|
Loading…
Reference in a new issue