mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -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))
|
(source (android-platform-system-core version))
|
||||||
(build-system android-ndk-build-system)
|
(build-system android-ndk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; TODO.
|
`(#:make-flags '("LDLIBS=-lpthread")
|
||||||
#:make-flags '("LDLIBS=-lpthread")
|
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'enter-source
|
(add-after 'unpack 'enter-source
|
||||||
|
|
Loading…
Reference in a new issue