From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fDSVy-0001G4-4C for guix-patches@gnu.org; Tue, 01 May 2018 06:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fDSVu-0001Rq-5x for guix-patches@gnu.org; Tue, 01 May 2018 06:28:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36831) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fDSVu-0001Rj-1w for guix-patches@gnu.org; Tue, 01 May 2018 06:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fDSVt-0004lp-Ps for guix-patches@gnu.org; Tue, 01 May 2018 06:28:01 -0400 Subject: [bug#31265] Add Android NDK build system. References: <20180426001319.28848-1-dannym@scratchpost.org> In-Reply-To: <20180426001319.28848-1-dannym@scratchpost.org> Resent-Message-ID: Date: Tue, 1 May 2018 12:27:14 +0200 From: Julien Lepiller Message-ID: <20180501122714.24835731@lepiller.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 31265@debbugs.gnu.org Hi Danny, this LGTM, but could you add android-make-stub in a separate patch? Also, could you add a description of the new build system to the manual? Thank you!