summaryrefslogtreecommitdiff
path: root/tilt/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tilt/Android.mk')
-rw-r--r--tilt/Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/tilt/Android.mk b/tilt/Android.mk
index 3b543a3..6c5f9d5 100644
--- a/tilt/Android.mk
+++ b/tilt/Android.mk
@@ -13,6 +13,8 @@
# limitations under the License.
#
+ifeq ($(USE_SENSOR_HAL_PREBUILTS),false)
+
LOCAL_PATH := $(call my-dir)
# HAL module implemenation, not prelinked, and stored in
@@ -85,3 +87,4 @@ LOCAL_SHARED_LIBRARIES := liblog libutils libdl
include $(BUILD_SHARED_LIBRARY)
+endif # USE_SENSOR_HAL_PREBUILTS