commit | d86c724b74e6c04a89219d87559d0b580e100445 | [log] [tgz] |
---|---|---|
author | Vladimir Chtchetkine <vchtchetkine@google.com> | Fri Dec 09 15:45:46 2011 -0800 |
committer | Vladimir Chtchetkine <vchtchetkine@google.com> | Tue Dec 13 11:37:19 2011 -0800 |
tree | 8a12ffaa8445fd55f9683321b623c2ab085096dd | |
parent | a743be75c49f94811e6c8960ee0d6a2d0a65c700 [diff] [blame] |
Implement ADB communication over QEMU pipe Change-Id: I62ff5898c7a955aaaa8af8f7ee7ed018af860f80
diff --git a/Makefile.common b/Makefile.common index 45be256..59c18ea 100644 --- a/Makefile.common +++ b/Makefile.common
@@ -427,7 +427,9 @@ android/sensors-port.c \ android/utils/timezone.c \ android/camera/camera-format-converters.c \ - android/camera/camera-service.c + android/camera/camera-service.c \ + android/adb-server.c \ + android/adb-qemud.c $(call gen-hw-config-defs)