From 0a879bf9ba318562e41a1bd4a6f9547f124a9831 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Thu, 12 May 2011 18:45:18 +0200 Subject: Dump hardware config. with -verbose option. This patch dumps the content of the hardware configuration file when the -verbose option (or equivalent -debug-init) is used. This is useful to determine exactly what is launched when debugging emulator issues. Change-Id: I101b87cddb12c603b43420ea72bb357fc33f327d --- Makefile.common | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 9c6d40a..15d6801 100644 --- a/Makefile.common +++ b/Makefile.common @@ -78,6 +78,7 @@ LOCAL_SRC_FILES += \ android/utils/filelock.c \ android/utils/ini.c \ android/utils/intmap.c \ + android/utils/lineinput.c \ android/utils/mapfile.c \ android/utils/misc.c \ android/utils/panic.c \ -- cgit v1.1