aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2014-11-06 12:57:53 +0100
committerDavid 'Digit' Turner <digit@google.com>2014-12-03 11:27:32 +0100
commitb13e871e1e0a655be21e1f1650ed93858b3eb492 (patch)
tree5247f160782455a24bf77cd7ea1254dd8e9f4a3c /Makefile.common
parent27ece27ec24cf04a43abb199832a43157d92f333 (diff)
downloadqemu-b13e871e1e0a655be21e1f1650ed93858b3eb492.tar.gz
Add new -list-avds option.
This patch adds a new option to list available AVDs from the command-line, this will simply print one installed AVD name per line. This is useful to see which AVDs are installed on the current machine without starting the AVD Manager, or looking under ~/.android/avd/ manually. NOTE: Output format not fixed, we may want to add more information like the kind of API and CPU ABI supported by each AVD. Change-Id: Ibdcb2f99b82361f37cd8e4e4edd1bc640930fd55
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index ec91050197..30e40e7de7 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -121,6 +121,7 @@ common_LOCAL_SRC_FILES += \
android/iolooper.cpp \
android/avd/hw-config.c \
android/avd/info.c \
+ android/avd/scanner.c \
android/avd/util.c \
android/sockets.c \
android/sync-utils.c \