summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-07-15 18:29:03 -0700
committerMathias Agopian <mathias@google.com>2010-07-19 14:14:04 -0700
commitcdefccdba52337df41f577d9ebfcfd67c05708cf (patch)
tree03129c5aa6925aea8353664d8c196227f69bfd03 /Android.mk
parentb1e212e7b6fce2bc5c743b05853129e19760d7a4 (diff)
downloadhardware_libhardware-cdefccdba52337df41f577d9ebfcfd67c05708cf.zip
hardware_libhardware-cdefccdba52337df41f577d9ebfcfd67c05708cf.tar.gz
hardware_libhardware-cdefccdba52337df41f577d9ebfcfd67c05708cf.tar.bz2
new sensor_event_t structure for the new HAL that can handle bigger payloads
Change-Id: I8f21e457c308eea9cb1f73b49b1fed36627ec55e
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 1 insertions, 3 deletions
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