From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Tue, 16 Jan 2018 17:52:38 +0100 Subject: Regarding Linux kernel vs Android In-Reply-To: References: Message-ID: <20180116165238.GA3682@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Tue, Jan 16, 2018 at 10:15:39PM +0530, inventsekar wrote: > Hi... > > I tried searching but no luck. > Can you please suggest how Linux kernel was modified and became Android?! It did not. Android devices use the Linux kernel, with only a very tiny set of patches on top of it, just like any other embedded Linux device. You can see the latest Android kernel trees on the Android Open Source project site, just search for them. hope this helps, greg k-h