* There is an issue with keymint V4 NDK in our device because of some
changes to keystore2 related to setAdditionalAttestationInfo and
after Android 16 release and it seems like we cannot boot by keep
using it. Downgrading keymint NDK to V3 allows us to boot again.
* However, by doing this, checkelf must be disabled for keymint service
the same goes for dependencies generation in Android.bp (for this
service only).
Change-Id: Iefdb624502ca9bd78881c0e542a2a8f5584a8be7
Signed-off-by: ChrisCatto <chriscatto@proton.me>
Signed-off-by: Majaahh <maja.blaszczak@proton.me>