Re: [android-porting] Services doesn't get created or Started in vendor partition(VNDK)

2018-06-22 Thread Renjith Rajagopal
Thanks, I'll check them out. On Thu, 21 Jun 2018 at 11:47, chinda keodouangsy < chindakeodouan...@gmail.com> wrote: > Well you can, but the device will certainly crash ;-) > You can enforcing VNDK rules as long that API/ABI and VNDK's name space > are respected, there should be OK (well I

Re: [android-porting] Services doesn't get created or Started in vendor partition(VNDK)

2018-06-21 Thread chinda keodouangsy
Well you can, but the device will certainly crash ;-) You can enforcing VNDK rules as long that API/ABI and VNDK's name space are respected, there should be OK (well I believe). My assumption is that you have issues with *.bp files somewhere or missing something when declaring VNDK_SP_LIBRARIES