From cdefccdba52337df41f577d9ebfcfd67c05708cf Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Thu, 15 Jul 2010 18:29:03 -0700 Subject: new sensor_event_t structure for the new HAL that can handle bigger payloads Change-Id: I8f21e457c308eea9cb1f73b49b1fed36627ec55e --- Android.mk | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index a35de91..967a096 100644 --- a/Android.mk +++ b/Android.mk @@ -1,7 +1,6 @@ # Copyright 2006 The Android Open Source Project # Setting LOCAL_PATH will mess up all-subdir-makefiles, so do it beforehand. -SAVE_MAKEFILES := $(call all-subdir-makefiles) LOCAL_PATH:= $(call my-dir) include $(CLEAR_VARS) @@ -19,8 +18,6 @@ ifneq ($(TARGET_SIMULATOR),true) LOCAL_SHARED_LIBRARIES += libdl endif -include $(SAVE_MAKEFILES) - LOCAL_SRC_FILES += hardware.c # need "-lrt" on Linux simulator to pick up clock_gettime @@ -36,5 +33,6 @@ include $(BUILD_SHARED_LIBRARY) include $(addsuffix /Android.mk, $(addprefix $(LOCAL_PATH)/, \ modules/gralloc \ + tests \ )) \ No newline at end of file -- cgit v1.1