Hi,
I have some modules with the same exported interface. All modules are built to
hide all symbols by default with only the public ones being marked as
__attribute__((visibility("default"))). They are designed to be drop in
replacements, however sometimes more than one of these modules may n
Hi,
I have a project that is a library that by default installs on the system. The same
project now requires to be part of another build whereby it would be better if it's
behaviour was that of a convience library instead and therefore not installed. Is
there anyway to somehow create a conven