OSDN Git Service

Remove LOCAL_MODULE from generated DBus header path.
authorGilad Arnold <garnold@google.com>
Thu, 6 Aug 2015 19:50:23 +0000 (12:50 -0700)
committerGilad Arnold <garnold@google.com>
Thu, 6 Aug 2015 19:50:23 +0000 (12:50 -0700)
commit54e92d0061848ba973760d78e6cce3b95ef7f055
tree43ac8a8dabb4b5c3716d5340881cb75df305ec1f
parentecbc5b401a55ab4e9e0e9cc9bf720044c4d4a829
Remove LOCAL_MODULE from generated DBus header path.

Its presence requires #include directives to contain the build target
name, which is problematic because these directives can live in headers
that are shared by multiple build targets. Furthermore, having
LOCAL_MODULE in the generated header path is redundant because the
target directory is already private to the current build target (e.g.
.../<target_name>_intermediates/...).

Bug: 22608897
Change-Id: I059f71a1231e80f89c99441794a4491f2685036f
core/binary.mk