mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: android: Export android-platform-system-core.
* gnu/packages/android.scm (android-platform-system-core): Export it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
0c46e1b510
commit
7105487875
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ use their packages mostly unmodified in our Android NDK build system.")
|
|||
;; The version tag is consistent between all repositories.
|
||||
(define-public (android-platform-version) "7.1.2_r36")
|
||||
|
||||
(define (android-platform-system-core version)
|
||||
(define-public (android-platform-system-core version)
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
|
Loading…
Reference in a new issue