gnu: android-make-stub: Update to 0.6.0.
authorDanny Milosavljevic <dannym@scratchpost.org>
Thu, 10 May 2018 13:31:43 +0000 (15:31 +0200)
committerDanny Milosavljevic <dannym@scratchpost.org>
Thu, 10 May 2018 13:35:28 +0000 (15:35 +0200)
* gnu/packages/android.scm (android-make-stub): Update to 0.6.0.
* guix/build-system/android-ndk.scm (android-ndk-build): Modify.
(lower): Modify.

gnu/packages/android.scm
guix/build-system/android-ndk.scm

index 763be48..d42a7ae 100644 (file)
@@ -46,7 +46,7 @@
 (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 @@
                                 version "-checkout"))
       (sha256
        (base32
-        "0shm4xvc2v6dn6pxydy6yn64qrrpcvx8ssmym9053wk0w5s9wp9q"))))
+        "0y1b2x96d37n6f1bp6dcx08bn08zac0cylmbfsx6mf2nahc02fhc"))))
       (build-system gnu-build-system)
       (arguments
        `(#:tests? #f ; None exist.
index 029f654..dbfa626 100644 (file)
@@ -67,8 +67,8 @@
                     #: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
 
                         ;; 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)