[android-porting] Re: Calling a class in a .jar library from a system level service

2018-06-20 Thread Renjith Rajagopal
Have you tried making it as PlatformLibrary ? https://android.googlesource.com/platform/vendor/sample/+/acd7c6b02a14e8694d0dced56ea37e79707fba1e/frameworks/PlatformLibrary/README.txt On Friday, January 19, 2018 at 9:58:25 PM UTC+1, Drunczyk wrote: > > Hello, > > I have a service added into the fr

[android-porting] Re: Calling a class in a .jar library from a system level service

2018-05-14 Thread Igor Kalkov
Did you solve this issue? I am having a similar one. -- -- 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 fr

[android-porting] Re: Calling a class in a .jar library from a system level service

2018-01-29 Thread Drunczyk
I fixed that error by adding the extender.jar library to PRODUCT_SYSTEM_SERVER_JARS in the product .mk file. Now I'm trying to understand the build problem: services.jar references my prebuilt static java library newservice, newservice uses prebuilt extender.jar. If I do a full product build, n

[android-porting] Re: Calling a class in a .jar library from a system level service

2018-01-25 Thread Christopher McClellan
Can you share the Android.mk (or Android.bp) for extender.jar and service.jar? -- -- 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-porti