Merge "Remove base_intermediates from LOCAL_C_INCLUDES"

This commit is contained in:
Colin Cross 2012-04-01 17:54:04 -07:00 committed by Android (Google) Code Review
commit 0cae3313e2
1 changed files with 1 additions and 1 deletions

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