From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arsen =?utf-8?Q?Arsenovi=C4=87?= Newsgroups: gmane.emacs.devel Subject: Re: Android port Date: Fri, 17 Feb 2023 14:21:31 +0100 Message-ID: <86sff4a0ji.fsf@aarsen.me> References: <87ttzkmrw1.fsf.ref@yahoo.com> <87ttzkmrw1.fsf@yahoo.com> <86wn4ga1pa.fsf@aarsen.me> <87a61cmog8.fsf@yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="2239"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Feb 17 14:25:04 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pT0jY-0000P6-Ly for ged-emacs-devel@m.gmane-mx.org; Fri, 17 Feb 2023 14:25:04 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pT0ic-0004Wt-3N; Fri, 17 Feb 2023 08:24:06 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pT0iA-0004Su-6R for emacs-devel@gnu.org; Fri, 17 Feb 2023 08:23:49 -0500 Original-Received: from mout-p-102.mailbox.org ([2001:67c:2050:0:465::102]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1pT0i0-0001Hf-Gx for emacs-devel@gnu.org; Fri, 17 Feb 2023 08:23:29 -0500 Original-Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4PJCDk575Bz9sWh; Fri, 17 Feb 2023 14:23:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1676640198; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=GtrW0q2TeHRoqMCabeyNSLz62FQB977LNQul6aJKDno=; b=es60HpzbcsZxnfy+qkOR1F/yHBBKM8d8qGjlXTwni08ExrgFnrylPfxHYa1KNWL2BMA31K zu6Km3jIAr1I944xO20S3bNLdkGHcuuSSW/9az8tbYa/P4aP8z3+FtuCIqzc0YG7xggPnI ZNzT8E8KkoSoVfHpvmidFz6Ut3Vw0MdPfmp2laHKoZQW3eX29TyzG9G6O8zlnmUXPIK8kd alNukHkI8NVypDMUJj+DycmmozfUMMPLzmbdQq119TfL9WvfOhLsDuaHiDpLRangUKApoI Bx1uvNhdUsCLR49JR7vgoeENKQ0E5R+nWWcGw3CJ1PoRC2+/Vxf+EstrY9XJyA== In-reply-to: <87a61cmog8.fsf@yahoo.com> X-Rspamd-Queue-Id: 4PJCDk575Bz9sWh Received-SPF: pass client-ip=2001:67c:2050:0:465::102; envelope-from=arsen@aarsen.me; helo=mout-p-102.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:303478 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, Po Lu writes: > Out of tree builds are currently not supported because of some specifics > related to the ``aapt'' tool and ``ndk-build'' system used by Android. > > I'd not attempt wasting time trying to fix that. Sure. In-tree worked as expected, and I see Emacs on the phone. I'll try porting more tangible parts of my scripts in a few days. Thanks. =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCY+9/wV8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosSTY0YA/izdzGHbjYZTt7kFREy9AWNvTzEyl/QpzMhB SfK09oRTAPsGbEJ/IRLZ5Rfv/NiMtJ3KzPyTU1MVURbH01R60LceBA== =OqiG -----END PGP SIGNATURE----- --=-=-=--