summaryrefslogtreecommitdiff
path: root/als/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'als/Android.mk')
-rw-r--r--als/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/als/Android.mk b/als/Android.mk
index 7d756fc..9a1d5db 100644
--- a/als/Android.mk
+++ b/als/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
@@ -84,3 +86,5 @@ LOCAL_SRC_FILES := \
LOCAL_SHARED_LIBRARIES := liblog libutils libdl
include $(BUILD_SHARED_LIBRARY)
+
+endif # USE_SENSOR_HAL_PREBUILTS