docs: reference new roadmap item (plugin system)

This commit is contained in:
Connor Tumbleson 2020-11-29 07:27:46 -05:00
parent 2d41305998
commit d61e33048f
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -18,4 +18,14 @@ This was first spotted in bug [#1272](https://github.com/iBotPeaches/Apktool/iss
This was attempted to be fixed in [!1758](https://github.com/iBotPeaches/Apktool/pull/1758/files), but had to be
reverted due to [this](https://github.com/iBotPeaches/Apktool/issues/1272#issuecomment-379345005).
Suggestions: [#2237](https://github.com/iBotPeaches/Apktool/issues/2237)
Suggestions: [#2237](https://github.com/iBotPeaches/Apktool/issues/2237)
## Qualifier Plugin System
For some OEMs, past and present. They re-use qualifiers that AOSP ends up using. This with CTS is becoming very
rare and pretty much a problem of the past, but now custom modifications and more "off the cuff" OEMs are doing
it.
Apktool can't do anything because it stays true to AOSP. It would need a plugin system that controls how to
read the qualifiers. Or even an override file.
Suggestions: [#1420](https://github.com/iBotPeaches/Apktool/issues/1420)