guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/08: gnu: mkbootimg: Install "bootimg.h".


From: Danny Milosavljevic
Subject: 07/08: gnu: mkbootimg: Install "bootimg.h".
Date: Wed, 9 May 2018 13:32:57 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 3724d375778b11c6f857138198329e3b99984af5
Author: Danny Milosavljevic <address@hidden>
Date:   Thu Apr 26 02:16:00 2018 +0200

    gnu: mkbootimg: Install "bootimg.h".
    
    * gnu/packages/android.scm (mkbootimg)[arguments]<#:phases>[install]: 
Install
    "bootimg.h".
---
 gnu/packages/android.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index 085bf41..53b0183 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -256,8 +256,10 @@ to a Unix shell that can run commands on the connected 
device or emulator.")
          (replace 'install
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
-                    (bin (string-append out "/bin")))
+                    (bin (string-append out "/bin"))
+                    (include (string-append out "/include")))
                (install-file "mkbootimg" bin)
+               (install-file "bootimg.h" include)
                #t))))))
     (home-page "https://developer.android.com/studio/command-line/adb.html";)
     (synopsis "Tool to create Android boot images")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]