Re: [android-building] How to upload a driver that I created to my device?

2019-07-18 Thread 'Chris Fries' via Android Building
Unfortunately, until you have a Q based kernel, you'll be hitting a bug that we left module signature verification enabled. You'll want a patch like this, rebuild the kernel and then you could load a module. commit e8291e13f6a669e9f751975ce169be291fc01e64 Author: Steve Muckle <> Date: Thu

Re: [android-building] Building Android.bp

2019-07-18 Thread 'Dan Willemsen' via Android Building
Android.bp files must have all of their dependencies in Android.bp as well. There is no way to work around that. - Dan On Thu, Jul 18, 2019 at 7:37 AM Amit Agrawal wrote: > So In Android P, It supports both .bp as well as .mk. What if I want to > compile a module which is in .bp format but it

Re: [android-building] Building Android.bp

2019-07-18 Thread Amit Agrawal
So In Android P, It supports both .bp as well as .mk. What if I want to compile a module which is in .bp format but it depends on some other module which is written in .mk format? Is there anyway that we ignore the dependencies? On Saturday, March 2, 2019 at 3:28:41 AM UTC+5:30, Dan Willemsen

[android-building] How to upload a driver that I created to my device?

2019-07-18 Thread Lucas. B
*@Dear All,* I've been wondering about some of the android functions for some time now, so I made a device driver. And I downloaded the *AOSP *source code and built it into *ENG*(or userdebug), then flash it into my *Pixel 3 XL*. But as I tried to load the module with the "insmod" command,