Thanks, Dan! Is there a way to allow unsafe linking?
On Wed, Jun 23, 2021, 08:27 'Dan Willemsen' via Android Building < [email protected]> wrote: > vndk_private libraries are not part of the stable ABI provided to /vendor > code, so they're not safe to link against, as it's possible for a VNDK > update to be installed without recompiling your vendor code. They still > have "<lib>.vendor" versions because they're used in the implementations of > other VNDK libraries that are exposed to /vendor code. > > - Dan > > On Tue, Jun 22, 2021 at 10:10 PM Vitaly Bortz <[email protected]> wrote: > >> Hi all, >> Is there a modifiable condition[s]/rule[s] which I could change to allow >> linking between two given libraries types and prevent the "can not link >> against" error to appear? >> >> Thanks in advance, >> Vitaly >> >> P.S. posted initially a question about this error on stackoverflow >> <https://stackoverflow.com/questions/67983413/how-to-fix-or-avoid-android-mk-error-libxyz-nativevendor-can-not-link-aga>, >> but in 3 days got 0 answers :- ( >> >> -- >> -- >> 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]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/android-building/d220b717-30e6-43de-8fe4-c16999f5fad0n%40googlegroups.com >> <https://groups.google.com/d/msgid/android-building/d220b717-30e6-43de-8fe4-c16999f5fad0n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/android-building/CALQgHdkrXeQPyWnL%2BRF-Za6u-amxUrxCm0LLaaW9Hviysc2UwA%40mail.gmail.com > <https://groups.google.com/d/msgid/android-building/CALQgHdkrXeQPyWnL%2BRF-Za6u-amxUrxCm0LLaaW9Hviysc2UwA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/android-building/CAMOYx9yjkBfa1wRLX8Z1-5H_0jKAv6h4CQqUj5m3znP1n1Tn%2BA%40mail.gmail.com.
