emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#42658: closed ([PATCH 1/2] gnu: android: export android-libcutils)


From: GNU bug Tracking System
Subject: bug#42658: closed ([PATCH 1/2] gnu: android: export android-libcutils)
Date: Mon, 03 Aug 2020 07:17:02 +0000

Your message dated Mon, 03 Aug 2020 09:16:16 +0200
with message-id <87h7tkurlr.fsf@gnu.org>
and subject line Re: [bug#42658] [PATCH 1/2] gnu: android: export 
android-libcutils
has caused the debbugs.gnu.org bug report #42658,
regarding [PATCH 1/2] gnu: android: export android-libcutils
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
42658: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42658
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: android: export android-libcutils Date: Sat, 1 Aug 2020 22:16:24 +0200
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#42658] [PATCH 1/2] gnu: android: export android-libcutils Date: Mon, 03 Aug 2020 09:16:16 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hello,

> 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.

This looks fine. I pushed those two patches with edited commit
messages. For future reference, very similar patches can be send in the
same serie :).

Thanks,

Mathieu


--- End Message ---

reply via email to

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