Create mockable version of base::android:BuildInfo |
|
Issue descriptionBuildInfo gets runtime information directly from android. to facilitate unit tests, it's helpful if this changes. BuildInfo can be split into the data container, which can be filled in with arbitrary data for unit tests. It also can be made not to depend on android at all, which helps us track down hidden dependencies on android in the unit tests (i.e., compile for non-android target). |
|
►
Sign in to add a comment |
|
Comment 1 by liber...@chromium.org
, Oct 20 2017