google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
627 stars 175 forks source link

Add incremental build ID and build fingerprint as AndroidDevice build info properties #774

Closed xianyuanjia closed 2 years ago

xianyuanjia commented 2 years ago

The incremental build ID is used for distinguishing non-release builds which may lack a release build ID. The build fingerprint provides detailed build naming for CTS-V tests.


This change is Reviewable

xpconanfan commented 2 years ago

so we need this to distinguish release and non-release builds?