gnu: fastboot: Simplify package.

* gnu/packages/android.scm (fastboot)[arguments]<#:phases>
[make-googletest-available]: Delete phase.
[inputs]: Remove openssl.
master
Danny Milosavljevic 2018-05-10 02:38:20 +02:00
parent cc59bf7097
commit fff92439b2
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 0 additions and 6 deletions

View File

@ -606,11 +606,6 @@ Android core.")
(lambda _
(chdir "core/fastboot")
#t))
(add-after 'enter-source 'make-googletest-available
(lambda* (#:key inputs #:allow-other-keys)
(let ((googletest (assoc-ref inputs "googletest")))
(symlink (string-append googletest "/lib/libgtest.so") "libgtest_host.so")
#t)))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
@ -634,7 +629,6 @@ Android core.")
("android-libselinux" ,android-libselinux)
("pcre" ,pcre)
("mkbootimg" ,mkbootimg)
("openssl" ,openssl) ; FIXME remove
("zlib" ,zlib)))
(native-inputs
`(("core" ,(android-platform-system-core version))