[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: build-system: android-ndk: Let upstream install header files.
From: |
Danny Milosavljevic |
Subject: |
10/11: build-system: android-ndk: Let upstream install header files. |
Date: |
Wed, 9 May 2018 19:06:53 -0400 (EDT) |
dannym pushed a commit to branch master
in repository guix.
commit 3766aa921bdb4732b30e7787f2e3abc37624f291
Author: Danny Milosavljevic <address@hidden>
Date: Thu May 10 01:03:54 2018 +0200
build-system: android-ndk: Let upstream install header files.
* guix/build/android-ndk-build-system.scm (install): Don't install header
files ourselves.
---
guix/build/android-ndk-build-system.scm | 2 --
1 file changed, 2 deletions(-)
diff --git a/guix/build/android-ndk-build-system.scm
b/guix/build/android-ndk-build-system.scm
index 86d0858..3c8f726 100644
--- a/guix/build/android-ndk-build-system.scm
+++ b/guix/build/android-ndk-build-system.scm
@@ -64,8 +64,6 @@
(apply invoke "make" "install"
(string-append "prefix=" out)
make-flags)
- (if (file-exists? "include")
- (copy-recursively "include" (string-append out "/include")))
#t))
(define* (check #:key target inputs outputs (tests? (not target)) (make-flags
'()) #:allow-other-keys)
- 03/11: gnu: Rename "libbase" to "android-libbase"., (continued)
- 03/11: gnu: Rename "libbase" to "android-libbase"., Danny Milosavljevic, 2018/05/09
- 05/11: build-system: android-ndk: Support unit tests., Danny Milosavljevic, 2018/05/09
- 08/11: gnu: android-make-stub: Update to 0.5.1., Danny Milosavljevic, 2018/05/09
- 11/11: gnu: android-selinux: Simplify., Danny Milosavljevic, 2018/05/09
- 02/11: gnu: Rename "liblog" to "android-liblog"., Danny Milosavljevic, 2018/05/09
- 01/11: gnu: Add fastboot., Danny Milosavljevic, 2018/05/09
- 09/11: gnu: android-make-stub: Update to 0.5.2., Danny Milosavljevic, 2018/05/09
- 07/11: gnu: adb: Add missing "#include"s., Danny Milosavljevic, 2018/05/09
- 06/11: gnu: android-make-stub: Update to 0.5., Danny Milosavljevic, 2018/05/09
- 04/11: gnu: Rename "libcutils" to "android-libcutils"., Danny Milosavljevic, 2018/05/09
- 10/11: build-system: android-ndk: Let upstream install header files.,
Danny Milosavljevic <=