commit | 974b82259a8d3a6a2d0e8c993d80259ea3cfbbb2 | [log] [tgz] |
---|---|---|
author | Christopher Wiley <wiley@google.com> | Wed Aug 19 13:48:53 2015 -0700 |
committer | Christopher Wiley <wiley@google.com> | Wed Aug 19 13:48:53 2015 -0700 |
tree | acd97034434eec884a36e3968a0c5f0b976f9e88 | |
parent | 4d2b79f99ef34a504fe9f7e362a861d7ddee5659 [diff] |
Fix DBus proxies to use all definitions Bug: 22608897 Change-Id: Id17cf4b896c1c62be874599c7f346f3045e36819
diff --git a/core/definitions.mk b/core/definitions.mk index 9865d99..36bb0d4 100644 --- a/core/definitions.mk +++ b/core/definitions.mk
@@ -990,7 +990,7 @@ $(hide) $(DBUS_GENERATOR) \ --service-config=$(PRIVATE_DBUS_SERVICE_CONFIG) \ --proxy=$@ \ - $< + $(filter %.dbus.xml,$^) endef