I've followed build instructions for Chromium for Snapdragon m54 stable build. I've added google play libs manually (as library_project is now missing in SDK). On
ninja -C out/Default swe_browser_apk
i'm getting error that "swe_browser_apk" target is not found.
gn ls out/Default
shows that there are lots of other targets including chrome_public_apk
.
Why is swe_browser_apk
missing? Any newer instructions since that times?
Update 1: i was unable to find "swe_browser_apk" in .gn files so is build doc outdated/incorrect?