commit | 51781f5c4760d7b2d9ba61a361bc61fd3df50873 | [log] [tgz] |
---|---|---|
author | YoungSeok Yoon <youngseokyoon@google.com> | Wed Feb 24 09:06:04 2016 +0900 |
committer | YoungSeok Yoon <youngseokyoon@google.com> | Tue Mar 01 16:28:21 2016 -0800 |
tree | 6e50257fda2626955a4e213e5def3d0704744835 | |
parent | 20fbfacf2aa15ab2a9b7a198caa8916ddbd3046c [diff] |
devtools/madb: handle build variants explicitly and cache the project ids. 1) Now the sub-module name and the build variant name of an Android project can be explicitly provided with "-module" and "-variant" flags of madb start. When these are not specified, the first available application module and the first build variant is chosen with a warning message. 2) The returned project ids are now kept in a cache, so that they can be reused without running Gradle scripts again. The cache is a map of (variantKey, projectIds) pair, and implemented in id_cache.go. Users can choose to clear the cache and extract the ids again by providing "-clear-cache" flag. 3) madb start now also provides "-force-stop" flag which defaults to true. Users can set it to false if they just want to bring the running app to the front, instead of restarting the app. Change-Id: I4bdfd34bf7710477a4ff2af3d16c36bec8d1860d
This repository contains developer tools used to install and contribute to Vanadium.
For more information, see the installation and contributing instructions.
This repository is fetched and the tools are built as part of the Vanadium installation process for contributors.