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)
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

index b869c2ba2213fc76b051cfd57ff81194cb974a05..45d7117136e82e2665d695f542ae6ca7da42c6de 100644 (file)
@@ -12,4 +12,4 @@ LOCAL_SHARED_LIBRARIES += liblog
 # Enable logging to logcat per default
 LOCAL_CFLAGS += -DLOG_ANDROID
 
-LOCAL_C_INCLUDES += $(call my-dir)
\ No newline at end of file
+LOCAL_C_INCLUDES += hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper