mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: android: Export android-platform-version.
* gnu/packages/android.scm (android-platform-version): Export it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
ea51821a9d
commit
0c46e1b510
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ (define-public android-googletest
|
||||||
;; Big thanks to them for laying the groundwork.
|
;; Big thanks to them for laying the groundwork.
|
||||||
|
|
||||||
;; The version tag is consistent between all repositories.
|
;; The version tag is consistent between all repositories.
|
||||||
(define (android-platform-version) "7.1.2_r36")
|
(define-public (android-platform-version) "7.1.2_r36")
|
||||||
|
|
||||||
(define (android-platform-system-core version)
|
(define (android-platform-system-core version)
|
||||||
(origin
|
(origin
|
||||||
|
|
Loading…
Reference in a new issue