* Bootloader blobs were not updated due to samsung adding a prop that auto locks bootloader (in sboot.bin)
* TEEgris firmware blobs have to match bootloader version so they were pinned
Change-Id: I0dbb15d99ad53a64674298ae284355242917074c
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
* 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>
* This device does not properly close fences causing FD leaks.
Change-Id: I84c078fada7b850cd0e4a864ac2389637f6aa599
Signed-off-by: Flopster101 <nahuelgomez329@gmail.com>
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
* libexynoscamera3.so is in device tree, not in common tree
Change-Id: I8746fa972d68543b3d979c2d32a3b264e030a8de
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
* That's the only thing from system partition so instead of extracting
7+ gb let's just move it here
Change-Id: Ic1de6576072f01d6a4e3c630b2a7af48f69ad9f5
Signed-off-by: Majaahh <maja.blaszczak@proton.me>