unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42658] [PATCH 1/2] gnu: android: export android-libcutils
@ 2020-08-01 20:16 Denis 'GNUtoo' Carikli
  2020-08-01 20:16 ` [bug#42659] [PATCH 2/2] gnu: android: export android-liblog Denis 'GNUtoo' Carikli
  2020-08-03  7:16 ` bug#42658: [PATCH 1/2] gnu: android: export android-libcutils Mathieu Othacehe
  0 siblings, 2 replies; 6+ messages in thread
From: Denis 'GNUtoo' Carikli @ 2020-08-01 20:16 UTC (permalink / raw)
  To: 42658; +Cc: Danny Milosavljevic, Julien Lepiller,
	Denis 'GNUtoo' Carikli

Android's libcutils 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 0fb4330d3e..af2b817298 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -229,7 +229,7 @@ in Main, System, Radio and Events sub-logs.")
 various Android core host applications.")
     (license license:asl2.0)))
 
-(define android-libcutils
+(define-public android-libcutils
   (package
     (name "android-libcutils")
     (version (android-platform-version))
-- 
2.28.0





^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-05  9:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-01 20:16 [bug#42658] [PATCH 1/2] gnu: android: export android-libcutils Denis 'GNUtoo' Carikli
2020-08-01 20:16 ` [bug#42659] [PATCH 2/2] gnu: android: export android-liblog Denis 'GNUtoo' Carikli
2020-08-03  7:16 ` bug#42658: [PATCH 1/2] gnu: android: export android-libcutils Mathieu Othacehe
2020-08-05  6:20   ` [bug#42658] " Denis 'GNUtoo' Carikli
2020-08-05  7:40     ` Mathieu Othacehe
2020-08-05  9:11       ` Denis 'GNUtoo' Carikli

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).