summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sensors/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/sensors/Android.mk b/sensors/Android.mk
index 46d6f0c..a0d7b0c 100644
--- a/sensors/Android.mk
+++ b/sensors/Android.mk
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+ifeq ($(BOARD_USES_EXYNOS_SENSORS_DUMMY), true)
+
LOCAL_PATH := $(call my-dir)
# HAL module implemenation stored in
@@ -28,3 +30,5 @@ LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../NOTICE
LOCAL_PROPRIETARY_MODULE := true
include $(BUILD_SHARED_LIBRARY)
+
+endif