summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-27 09:45:29 -0800
committerElliott Hughes <enh@google.com>2014-02-27 09:45:29 -0800
commit0e91ae8269d621c29d3dde59d5f74b20fd1f175a (patch)
tree595a17a76ad071ebf75174c6e71cb881d536d574
parent4d875c8048d107014799bc45037b460721ee10d9 (diff)
downloadakm-0e91ae8269d621c29d3dde59d5f74b20fd1f175a.tar.gz
Stop abusing KERNEL_HEADERS.
This is wrong for multi-arch. Change-Id: I4aea3fc3832599e221a566730bf46f43de280824 Also: TARGET_SIMULATOR? What year is this?
-rw-r--r--AK8975_FS/akmdfs/Android.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/AK8975_FS/akmdfs/Android.mk b/AK8975_FS/akmdfs/Android.mk
index 8c39be6..ed4c58e 100644
--- a/AK8975_FS/akmdfs/Android.mk
+++ b/AK8975_FS/akmdfs/Android.mk
@@ -1,5 +1,3 @@
-ifneq ($(TARGET_SIMULATOR),true)
-
LOCAL_PATH:= $(call my-dir)
# dmtd
@@ -9,7 +7,6 @@ AKM_FS_LIB=AKFS_APIs_8975
include $(CLEAR_VARS)
LOCAL_C_INCLUDES := \
- $(KERNEL_HEADERS) \
$(LOCAL_PATH)/$(AKM_FS_LIB)
LOCAL_SRC_FILES:= \
@@ -36,7 +33,3 @@ LOCAL_MODULE_TAGS := optional
LOCAL_FORCE_STATIC_EXECUTABLE := false
LOCAL_SHARED_LIBRARIES := libc libm libutils libcutils
include $(BUILD_EXECUTABLE)
-
-
-endif # TARGET_SIMULATOR != true
-