Skip to content
Snippets Groups Projects
Unverified Commit b87fc9ab authored by Danny Milosavljevic's avatar Danny Milosavljevic
Browse files

gnu: android-make-stub: Update to 0.6.0.

* gnu/packages/android.scm (android-make-stub): Update to 0.6.0.
* guix/build-system/android-ndk.scm (android-ndk-build): Modify.
(lower): Modify.
parent 47a60325
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ (define-module (gnu packages android)
(define-public android-make-stub
(package
(name "android-make-stub")
(version "0.5.5")
(version "0.6.0")
(source
(origin
(method git-fetch)
......@@ -57,7 +57,7 @@ (define-public android-make-stub
version "-checkout"))
(sha256
(base32
"0shm4xvc2v6dn6pxydy6yn64qrrpcvx8ssmym9053wk0w5s9wp9q"))))
"0y1b2x96d37n6f1bp6dcx08bn08zac0cylmbfsx6mf2nahc02fhc"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; None exist.
......
......@@ -67,8 +67,8 @@ (define builder
#:make-flags (cons* "-f"
,(string-append
(derivation->output-path
(car (assoc-ref inputs "android-make-stub")))
"/share/android-make-stub/Makefile")
(car (assoc-ref inputs "android-build")))
"/share/android/build/core/main.mk")
,make-flags)
#:outputs %outputs
#:search-paths ',(map search-path-specification->sexp
......@@ -112,7 +112,7 @@ (define private-keywords
;; Keep the standard inputs of 'gnu-build-system'
,@(standard-packages)))
(build-inputs `(("android-make-stub" ,(module-ref (resolve-interface '(gnu packages android)) 'android-make-stub))
(build-inputs `(("android-build" ,(module-ref (resolve-interface '(gnu packages android)) 'android-make-stub))
("android-googletest" ,(module-ref (resolve-interface '(gnu packages android)) 'android-googletest))
,@native-inputs))
(outputs outputs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment