OSDN Git Service

Don't abuse KERNEL_HEADERS.
authorElliott Hughes <enh@google.com>
Thu, 27 Feb 2014 17:42:34 +0000 (09:42 -0800)
committerElliott Hughes <enh@google.com>
Thu, 27 Feb 2014 17:42:34 +0000 (09:42 -0800)
You get the right ones for free, and this would be wrong on multi-arch.

Change-Id: I832ae5343bfa24a9c45a305afa62a0cf4ac75615

tests/crypto/Android.mk

index f1500ce..737e000 100644 (file)
@@ -7,6 +7,5 @@ include $(CLEAR_VARS)
 LOCAL_SRC_FILES:= get_dm_versions.c
 LOCAL_MODULE:= get_dm_versions
 LOCAL_MODULE_TAGS := optional
-LOCAL_C_INCLUDES := $(KERNEL_HEADERS)
 LOCAL_CFLAGS :=
 include $(BUILD_EXECUTABLE)