gnu: android-liblog: Don't disable tests.

* gnu/packages/android.scm (android-liblog)[arguments]: Enable tests.
master
Danny Milosavljevic 2018-05-10 01:08:49 +02:00
parent 0d697202fc
commit 5c45730a03
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 1 additions and 2 deletions

View File

@ -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