MiniDNS / minidns

DNS library for Android and Java SE
Other
215 stars 61 forks source link

OSGi: enable noclassforname #123

Closed Flowdalic closed 2 years ago

Flowdalic commented 2 years ago

@ibauersachs I somehow fear that I did something wrong, as I expected that -noclassforname: true (or similar) should appear int he MANIFEST.MF of minidns-client's jar. Or does this work?

ibauersachs commented 2 years ago

This looks correct, the result should be that the generated manifest doesn't have android.os anymore in the Import-Package instruction.

Flowdalic commented 2 years ago

This looks correct, the result should be that the generated manifest doesn't have android.os anymore in the Import-Package instruction.

Thanks! This appears to be the case.