No description
Find a file
Christopher Wiley 529f176ee1 Generate DBus proxies and adaptors separately
Enable daemons exposing an interface over DBus to easily
build client libraries.  Now daemons can write rules like:

include $(CLEAR_VARS)
LOCAL_MODULE := libdbus-binding-example-client
LOCAL_DBUS_PROXY_PREFIX := dbus-example-example
LOCAL_SRC_FILES := \
    dbus_bindings/org.chromium.Example.Manager.dbus.xml \
    dbus_bindings/dbus-service-config.json
include $(BUILD_SHARED_LIBRARY)

to expose a client library.

While here, add support for generating independent adaptor header
files on a per interface basis.

Bug: 22608897
Change-Id: I011f9afc234811c31e445898321c2731c482fa77
2015-08-19 11:14:16 -07:00
core Generate DBus proxies and adaptors separately 2015-08-19 11:14:16 -07:00
libs/host Merge "Remove legacy windows platform build support" 2015-08-18 04:31:07 +00:00
target Merge changes from topic 'file_contexts.bin' 2015-08-12 23:46:28 +00:00
tools Merge "Revise stash for BBOTAs when needed." 2015-08-18 16:59:05 +00:00
.gitignore Add build subprojects to .gitignore 2015-07-23 13:18:47 -07:00
buildspec.mk.default Remove WEBCORE_INSTRUMENTATION and ENABLE_SVG 2013-07-25 15:52:17 -07:00
CleanSpec.mk Change eng builds from interpret-only to verify-at-runtime 2015-03-20 11:15:20 -07:00
envsetup.sh Add system/core to the PYTHONPATH. 2015-07-31 13:38:47 -07:00