Fix DBus proxies to use all definitions

Bug: 22608897
Change-Id: Id17cf4b896c1c62be874599c7f346f3045e36819
This commit is contained in:
Christopher Wiley 2015-08-19 13:48:53 -07:00
parent 4d2b79f99e
commit 974b82259a
1 changed files with 1 additions and 1 deletions

View File

@ -990,7 +990,7 @@ define generate-dbus-proxies
$(hide) $(DBUS_GENERATOR) \
--service-config=$(PRIVATE_DBUS_SERVICE_CONFIG) \
--proxy=$@ \
$<
$(filter %.dbus.xml,$^)
endef