Hi all,
I've been trying to add a very basic custom system service to aosp 6.0.1 
following this guide: 
http://www.linaro.org/blog/adding-a-new-system-service-to-android-5-tips-and-how-to/

I've compiled and flashed on to a Nexus5X, but when my custom service is 
called at runtime and it attempts to call module->methods->open(module, 
module->name, &device); in the jni.cpp it will error out (SIGSEV). 

I think this is down to not having the custom_service.<device>.so in the 
system/libhardware directory? Nothing additional is being compiled to 
out/target/bullhead/lib/hw/. 

If anyone can shed any light on this I'd appreciate it, thanks!

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to