summaryrefslogtreecommitdiff
path: root/tilt
diff options
context:
space:
mode:
authorZhengyin Qian <qianzy@google.com>2015-12-09 16:08:48 -0800
committerZhengyin Qian <qianzy@google.com>2015-12-09 16:08:48 -0800
commit2f7df3191d933bc5df29ab12fed58e3b6a8b86dc (patch)
tree65b32281941a54d5d03ebf3b2bfed21f85e07dec /tilt
parentddb76749a18e11f64dac780afc3c158245c009f8 (diff)
downloadsensors-2f7df3191d933bc5df29ab12fed58e3b6a8b86dc.tar.gz
add an option to use prebuilts
Change-Id: I340fb240f4109cddfda70cd17a07d06fef0b8209
Diffstat (limited to 'tilt')
-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