OSDN Git Service

Remove base_intermediates from LOCAL_C_INCLUDES
authorColin Cross <ccross@android.com>
Sat, 31 Mar 2012 02:31:00 +0000 (19:31 -0700)
committerColin Cross <ccross@android.com>
Sat, 31 Mar 2012 02:32:37 +0000 (19:32 -0700)
base_intermediates is not used anywhere in the main build system,
and should not be part of LOCAL_C_INCLUDES.  It is used by
external/webkit/Android.mk as a local variable, which causes
the libwebcore_intermediates directory to be added to the include
path for every module.

Change-Id: Iddeee880add4b6f694a15d1900c588e1c547b9df

core/binary.mk

index c5db242..f20a6a6 100644 (file)
@@ -518,7 +518,7 @@ all_objects := \
     $(proto_generated_objects) \
     $(addprefix $(TOPDIR)$(LOCAL_PATH)/,$(LOCAL_PREBUILT_OBJ_FILES))
 
-LOCAL_C_INCLUDES += $(TOPDIR)$(LOCAL_PATH) $(intermediates) $(base_intermediates)
+LOCAL_C_INCLUDES += $(TOPDIR)$(LOCAL_PATH) $(intermediates)
 
 ifndef LOCAL_NDK_VERSION
   LOCAL_C_INCLUDES += $(JNI_H_INCLUDE)