diff options
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/android.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index bae5b77ffe..9302fc3f2f 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm @@ -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 |