I need to implement A/B seamless update on Android 11. I have AOSP source code but by default it does not support seamless update. I have read documentation regarding how to implement it but i am still struggling to understand from where to begin.
I have read related android documentation. It needs to have update_engine service running. But my emulator doesn't have that service. I could not find any tutorial regarding this either.
Is it possible to simulate OTA on emulator in A/B method and help me out/reference to any article with step by step process.
Appreciate the help