You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2026. It is now read-only.
By default, the test module (com.android.test) targets the debug build type.
The official documentation mentions that it is possible to change this default configuration and target a different build type (eg release with minification enabled).
Could you add an example of such configuration in the samples?
By default, the test module (
com.android.test) targets thedebugbuild type.The official documentation mentions that it is possible to change this default configuration and target a different build type (eg
releasewith minification enabled).Could you add an example of such configuration in the samples?
Thx