From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB12D1382C5 for ; Mon, 15 Jun 2020 08:03:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E92A1E08A0; Mon, 15 Jun 2020 08:03:41 +0000 (UTC) Received: from mail-pf1-x42e.google.com (mail-pf1-x42e.google.com [IPv6:2607:f8b0:4864:20::42e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B25FE08A0 for ; Mon, 15 Jun 2020 08:03:41 +0000 (UTC) Received: by mail-pf1-x42e.google.com with SMTP id b5so7470427pfp.9 for ; Mon, 15 Jun 2020 01:03:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=g1bQS4Rkk36mU675vpJyfvOtL8hhetwd8ciCKYg0vbo=; b=FffXSJHojEoMHZkA7QsTh8eQk38wxlf+lylDupPz5/nqROE+Nit/Q+/9VWcjm6T1+3 K3hrZVQ81qdSRaTnfn8U3q/sJPnVX+OfqJnf8ffUh1bT6wcRJ70FDVzzSylkOcVr4uyT J95uFUhZSwTWkSRgz9CsF3/aWDmpT/OYrHtDbd4xSWBSf3tJpJz/9bo+6n/sHugA9z4/ IWcY2VM/lNAUAxfOFhiLTq6tVjWqV+1+k8bwEol6T7Ff8ad4St3QHAOA2d2cS0cBOdnA wsfiiOIVwJ89BlR4M943YQAkeKLUHy5BsmyFGvLG7Tyoc3sjvSf1LtDc8ePCrueNG3El ZDeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=g1bQS4Rkk36mU675vpJyfvOtL8hhetwd8ciCKYg0vbo=; b=JZsc/ACGHgysg92M0ysLbGch2f1tB43cPRO1OgmKlrZYXuv8xYz9npPgb2fM3NbSTq FVwd1XMF1Z7ErbNQoRBcDkJfl+j3/XYWgnhl1AzmknotpM8chFm4tABBKpQHjYKVB2w2 226nxmtXQMQqOICVto8lOxVy7pbpy/aEoM14hjmTlykesh9iEUudz9gineVneo9ZbbO1 6qXJoMgxpi2vbm1pCvW1Z6WerAYRZoPtE6Vk8kyAOAF8tiFV8kwL2apMb7IJPvoOwtjS Vev1CKfp22v3MeBmxI4Pyma3EmP1BbszS1e0PBzbP9AWDZ10CPilbC5zl0baKEqIQu8E YkBQ== X-Gm-Message-State: AOAM530k33U1q1yGvsNb9mk+suY779kGx3tlppY+PfwJA+xckNJ0UF6K 6yzzxFkU69hcLa2DRFKXSDelNzD4aWY= X-Google-Smtp-Source: ABdhPJxRPm3cSSLIuIlwskp6ldo/ZWU+SqJ2MWd5Dq7gi4uW1qwE2LzPOpEvMJLuP/TWK3uVZymaow== X-Received: by 2002:a05:6a00:148c:: with SMTP id v12mr21792901pfu.171.1592208220122; Mon, 15 Jun 2020 01:03:40 -0700 (PDT) Received: from localhost ([106.215.6.35]) by smtp.gmail.com with ESMTPSA id x2sm13075385pfj.142.2020.06.15.01.03.37 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 15 Jun 2020 01:03:38 -0700 (PDT) Date: Mon, 15 Jun 2020 13:33:35 +0530 From: Gunwant Jain To: gentoo-soc@lists.gentoo.org Subject: [gentoo-soc] Weekly Report: Portage Powered Android Message-ID: <20200615080335.pavaufdlwwh2krtr@tardis.localdomain> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-soc@lists.gentoo.org Reply-to: gentoo-soc@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="3j4vbtottaapur2p" Content-Disposition: inline X-Archives-Salt: a7615b55-417e-4a07-9e27-dd90a9238aa5 X-Archives-Hash: 16f1baedbafb71f646b4a36a706cc5e5 --3j4vbtottaapur2p Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello everyone, Most of my work in this week revolved around bringing a `bootstrap-init` [1] for, as the name suggests, sets up the environment for=20 System-as-Root Android inside the LXC container and finally exec's the Android init. What this essentially means is that now we can use SharkBait on SAR devices (Android 9+).=20 The process of setting SharkBait up for such devices is a bit different and I am currently in discussion with my mentors for possible design flows in order to make it easier for Porters and Users. I will be integrating all my work in SharkBait and quickly transition into working on Android's build systems mid-week, in this week. Thanks, Gunwant [1] https://gitlab.com/WantGuns/bootstrap-init --3j4vbtottaapur2p Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEVcYcuddz0Grkn4q20gpuZPFudnkFAl7nK1cACgkQ0gpuZPFu dnmXWQf+MKN22Pjh4ipK5mDlL5NB/x+F5OBrj+d9zXTw+gneZkwXudJMdw9TS3ve UH7venPBkRM73euyLZYDAmqC3WLyjhP6a2X9/ylJ1FZQWKPfXNiuO6ZmrxlOoPUI ao/bobGqxOV1pz2aCSOV7CcelQtGXQq7FgbtT9t7ewM/4bgyoYgTfbnoSm7yz1dE N0onNMo0YfD3oKEk+aYAQO/DhAto6fQwM6tPrTC53NQ/3+EAcA8oQIwlDItNYIU9 ya+zRo+CGSHJ28o2Qu02/pylW76pROY2wgeBzm01h9WlWiNx6aaVwDgxYyWqgwEm 1s+5enyiBE15woD1F1jGpBvjktrmbg== =TR/s -----END PGP SIGNATURE----- --3j4vbtottaapur2p--