I think at first you should go to the android-platform group. Beside this, did you check whether any app can use your native code ? And imho put your stuff in a vendor extension under app/mydroid/vendor, this makes it more transparent from where it comes and so on.
Good luck ! Frank On 10 Aug., 15:39, chetan <[email protected]> wrote: > Hi All, > I have some native code so put the native code in > framework/base/ dir of source code and shared library is created for > same in out/target/product/generic/system/lib/. > Some queries: > - Why it has not been created in out/target/product/generic/symbols/ > system/lib/. Like other libraries are there. > - When i am debug the code using gdb, the symbols for my library is > not loaded , so it is not taking break point. Other library like > libwebcore.so symbols loaded. Tell me what should i do to make it > debug. > > Thanks > Chetan Chauhan -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

