Don't call my-dir
authorYing Wang <wangying@google.com>
Mon, 15 Oct 2012 18:43:29 +0000 (11:43 -0700)
committerYing Wang <wangying@google.com>
Mon, 15 Oct 2012 18:43:29 +0000 (11:43 -0700)
commit6f81a61f44a3d3bc3d0ec6ac7256f770179b7013
tree5e3caf1ead5237934ac9f31eafc0765089af73ce
parenta37db02bd1f444fc949270cd0f8d6a9d178b8965
Don't call my-dir

Because this is a "config" makefile which will be included in the middle
of another Android.mk, while the build system depends on my-dir to set
up LOCAL_MODULE_MAKEFILE, so the value of LOCAL_MODULE_MAKEFILE is
changed from the point where mobicore/common/LogWrapper/Android.mk is
included. That leads to incorrect dependency of export_includes.

Change-Id: I6af1e1cf4574d9ed15bf6d82bdf6a0815fb667ce
mobicore/common/LogWrapper/Android.mk