guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#42659] [PATCH 2/2] gnu: android: export android-liblog


From: Denis 'GNUtoo' Carikli
Subject: [bug#42659] [PATCH 2/2] gnu: android: export android-liblog
Date: Sat, 1 Aug 2020 22:16:25 +0200

Android's liblog is used by many Android components, and as Guix can be
used to bulid Android components, it is useful to export it as it can then
be reused as an input to packages being developped outside of the Guix
source code repository.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 gnu/packages/android.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index af2b817298..f7f3aca4a2 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -185,7 +185,7 @@ use their packages mostly unmodified in our Android NDK 
build system.")
      (base32
       checksum))))
 
-(define android-liblog
+(define-public android-liblog
   (package
     (name "android-liblog")
     (version (android-platform-version))
-- 
2.28.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]