Hi,

I have written a lib, which I build and deplay with soong using the 
cc_library module with something like:

cc_library {
  name : "libcool",
  srcs : [
    "src/supersource.cpp",
  ],
}

Everything works good, I find it as lobcool.so on the target. Unfortunatly 
another software I ported (and which I would not like to change) needs to 
load the file dynamically and wants to find it in libcool,so.1 (it is 
fullfilling version 1 of their API for loadable modules). Is there a way to 
tell soong to create a link? Or to name the file with the lib libcool.so.1?

bests

Sascha

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
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-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to