Google once even demoed ChromeOS running on Android, but then walked back on it. Wouldn’t be holding my breath until this actually makes its way into stable Android releases.
It’s actually kinda interesting though - Termux has not been able to upgrade past the Android SDK 28 due to missing features (like the removal of the exec system call). I wonder how this Terminal gets past those limitations, assuming it is on a modern SDK.
Termux is just a userspace app.
The one that Google is working on can work in one of three ways:
- Being integrated into AOSP itself.
- The app could just be running with special privileges like Google Play Services.
- The app will take advantage of some kind of API that Google hasn’t introduced yet.
This might be because Google is moving chromeOS more and more android.
As I see it, this terminal app would be for a future where chromeOS is fully Android-based, but you still need to allow users to run Linux apps.