Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
target: Make default modules list empty
Default modules are a recurrent source of errors as they fail to initialize (cgroups particularly) on any recent target. This leads to error in basically any workload-automation setup on Android 12 and above targets. Since modules can now be lazily loaded upon Target attribute access, there is no reason to preload those anymore.
- Loading branch information