gnu: android-ext4-utils: Don't disable tests.
* gnu/packages/android.scm (android-ext4-utils): Don't disable tests.
This commit is contained in:
parent
e55e6d30f5
commit
d3324a4b3b
|
@ -464,8 +464,7 @@ that is safe to use for user space. It also includes
|
||||||
(source (android-platform-system-extras version))
|
(source (android-platform-system-extras version))
|
||||||
(build-system android-ndk-build-system)
|
(build-system android-ndk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; TODO.
|
`(#:make-flags
|
||||||
#:make-flags
|
|
||||||
(list (string-append "CPPFLAGS="
|
(list (string-append "CPPFLAGS="
|
||||||
;"-Wno-error "
|
;"-Wno-error "
|
||||||
"-I "
|
"-I "
|
||||||
|
|
Loading…
Reference in New Issue