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 82f6f5360e..fe286c2018 100644 --- a/gnu/packages/android.scm +++ b/gnu/packages/android.scm @@ -464,8 +464,7 @@ that is safe to use for user space. It also includes (source (android-platform-system-extras version)) (build-system android-ndk-build-system) (arguments - `(#:tests? #f ; TODO. - #:make-flags + `(#:make-flags (list (string-append "CPPFLAGS=" ;"-Wno-error " "-I " |