bc2be461e45023ddeee35696d43b930206cb34af
With this patch, we can now write Android makefiles like: include $(CLEAR_VARS) LOCAL_MODULE := dbus-binding-example LOCAL_SRC_FILES := main.cpp \ dbus-service-config.json \ org.example.Daemon.Command.dbus.xml \ org.example.Daemon.Manager.dbus.xml include $(BUILD_EXECUTABLE) This will cause header files defining native DBus interfaces to be generated. These can be included from main.cpp to easily expose object oriented interface over DBus. Bug: 22608897 Change-Id: Ic4304ac8de77de74d6955ed17789e5477be9a53e
Description
No description provided
Languages
Makefile
32.1%
Python
31.1%
Go
13.7%
Rust
7.7%
Java
5.2%
Other
10.1%