am 0b2fab80: am 5070204e: am 7b49da7e: Merge "Remove LOCAL_MODULE from generated DBus header path."

* commit '0b2fab808754e36c89a40e4d5a646d6774dbfc08':
  Remove LOCAL_MODULE from generated DBus header path.
This commit is contained in:
Gilad Arnold 2015-08-06 22:17:38 +00:00 committed by Android Git Automerger
commit cb9dd015ab
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ dbus_if_sources_full_path := $(addprefix $(LOCAL_PATH)/,$(dbus_if_sources))
dbus_service_config := $(filter %dbus-service-config.json,$(my_src_files))
dbus_service_config_full_path := $(addprefix $(LOCAL_PATH)/,$(dbus_service_config))
dbus_header_prefix := $(generated_sources_dir)/dbus-bindings/$(LOCAL_MODULE)
dbus_header_prefix := $(generated_sources_dir)/dbus_bindings
dbus_adaptors_header := $(dbus_header_prefix)/adaptors.h
dbus_proxies_header := $(dbus_header_prefix)/proxies.h
dbus_method_names_header := $(dbus_header_prefix)/method_names.h