[Development] wip/android branch contains binaries without license
BogDan
bog_dan_ro at yahoo.com
Fri Jan 4 15:52:27 CET 2013
> On sexta-feira, 4 de janeiro de 2013 09.26.55, Simon Hausmann wrote:
>> If they are only required for keeping the linker quite and making sure that
>> we use the "right" set of symbols from the platform, perhaps it
> would be
>> better to generate dummy libraries at build-time for example, from a
>> manually generated list of symbols?
>
> I can volunteer to implement that. It's pretty easy, especially if someone
> can
> tell me whether any *data* symbols are required too.
>
> What I need to know is:
> - what libraries we link to (do not include indirect library dependencies)
> - if we use only function calls or whether there are data relocations too
>
I can provide these information to you. I'll check if any "data" symbols are required.
> Note that this plan falls apart if those libraries are used for more than
> linking. That is, if those libraries are deployed too.
>
Those libs are needed ONLY for linking, they are present on every device,
they are not in the NDK because they contains only non-public APIs.
But we still need the headers !
BogDan.
More information about the Development
mailing list