[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/11: gnu: android-selinux: Simplify.
From: |
Danny Milosavljevic |
Subject: |
11/11: gnu: android-selinux: Simplify. |
Date: |
Wed, 9 May 2018 19:06:54 -0400 (EDT) |
dannym pushed a commit to branch master
in repository guix.
commit 0d697202fcb53ac819c2fc8b103b7837e7db4c10
Author: Danny Milosavljevic <address@hidden>
Date: Thu May 10 01:04:46 2018 +0200
gnu: android-selinux: Simplify.
* gnu/packages/android.scm
(android-selinux)[arguments]<#:phases>[unpack-core]: Delete.
[native-inputs]: Remove "core".
---
gnu/packages/android.scm | 7 -------
1 file changed, 7 deletions(-)
diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index 7e4f402..bae5b77 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -435,12 +435,6 @@ that is safe to use for user space. It also includes
"LDFLAGS=-L . -lpcre")
#:phases
(modify-phases %standard-phases
- (add-after 'unpack 'unpack-core
- (lambda* (#:key inputs #:allow-other-keys)
- (mkdir-p "core")
- (with-directory-excursion "core"
- (invoke "tar" "axf" (assoc-ref inputs "core")
"--strip-components=1"))
- #t))
(add-after 'unpack-core 'patch-HOST
(lambda _
;; gettid duplicates otherwise.
@@ -451,7 +445,6 @@ that is safe to use for user space. It also includes
`(("openssl" ,openssl)))
(native-inputs
`(("android-bionic-uapi" ,android-bionic-uapi)
- ("core" ,(android-platform-system-core version))
;; pcre is inlined by our package.
("pcre" ,pcre)))
(home-page "https://developer.android.com/")
- branch master updated (afc2bf5 -> 0d69720), Danny Milosavljevic, 2018/05/09
- 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 <=
- 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, 2018/05/09