Rename DBus definition files
Android build system expects DBus definition file name to end
with .dbus-xml extension. So rename DBus definition files
to make it consistent for both platforms.
Also update the output directory for adaptor headers, so that
it will be the same on both platforms.
Bug: 24164800
TEST=emerge-$BOARD --unmerge apmanager
TEST=sudo rm -rf /build/$BOARD/var/cache/portage/chromeos-base/apmanager
TEST=emerge-$BOARD apmanager
Change-Id: I808983591d0633fe37b83e54237575419476e2b5
diff --git a/config.h b/config.h
index e4075e0..777927b 100644
--- a/config.h
+++ b/config.h
@@ -23,7 +23,7 @@
#include <base/macros.h>
#include <chromeos/errors/error.h>
-#include "apmanager/dbus_adaptors/org.chromium.apmanager.Config.h"
+#include "dbus_bindings/org.chromium.apmanager.Config.h"
namespace apmanager {