From 4f0be2fb56f736021244a55c6b542f93d9d0232e Mon Sep 17 00:00:00 2001 From: Taylor Hutt Date: Thu, 8 Mar 2012 09:14:15 -0800 Subject: ADHD: gavd should be dependent upon cras Details gavd will connect to a socket provided by cras to provide information about the currently attached devices. This is accomplished by using 'libcras', which is produced as a deliverable from the 'cras' build. This change makes 'gavd' dependent upon 'cras'. Testing Visual inspection. Used gmerge to build adhd on tegra2_kaen BUG=none TEST=See above Change-Id: I632f84baca2d7ab42acb43746946ebce2b4caa33 Signed-off-by: Taylor Hutt --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 054bc995..246f4500 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,8 @@ all: gavd adhdinfo cras adhdinfo gavd:: lib +gavd:: cras + lib gavd adhdinfo:: @$(call remake,Building,$@,Makefile,$@) -- cgit v1.2.3