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
@ -150,8 +150,7 @@ use their packages mostly unmodified in our Android NDK build system.")
|
||||
(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 New Issue
Block a user