OSDN Git Service

Fix DBus proxies to use all definitions
authorChristopher Wiley <wiley@google.com>
Wed, 19 Aug 2015 20:48:53 +0000 (13:48 -0700)
committerChristopher Wiley <wiley@google.com>
Wed, 19 Aug 2015 20:48:53 +0000 (13:48 -0700)
Bug: 22608897
Change-Id: Id17cf4b896c1c62be874599c7f346f3045e36819

core/definitions.mk

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