am 7db39448: am 9e3b4ed4: Merge "Fix DBus proxies to use all definitions"

* commit '7db39448409ef9797089774ca8e196142662b0f2':
  Fix DBus proxies to use all definitions
This commit is contained in:
Christopher Wiley 2015-08-19 22:31:10 +00:00 committed by Android Git Automerger
commit 5bc62fdc65
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