summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuK1337 <priv.luk@gmail.com>2016-09-04 15:51:16 +0200
committerLuK1337 <priv.luk@gmail.com>2016-09-04 15:51:16 +0200
commitb7280ad9858a9ef706de138e2ccbd7928e41578d (patch)
tree3f3119abf0f6f9866bbf8d5b885ac81b015a3fc0
parent15417af7948a43f3a0f50309e547662831fdd9cf (diff)
downloadandroid_packages_apps_BluetoothExt-cm-14.0.tar.gz
android_packages_apps_BluetoothExt-cm-14.0.tar.bz2
android_packages_apps_BluetoothExt-cm-14.0.zip
Disable 'hid' appcm-14.0
Change-Id: I695b64d3e71325484d1aaad9301b9aeb61d781ed
-rw-r--r--hidtestapp/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/hidtestapp/Android.mk b/hidtestapp/Android.mk
index d2980c2..d386775 100644
--- a/hidtestapp/Android.mk
+++ b/hidtestapp/Android.mk
@@ -1,6 +1,7 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
+ifeq (0,1)
LOCAL_MODULE_TAGS := optional
src_dirs:= src/org/codeaurora/bluetooth/hidtestapp \
@@ -18,3 +19,4 @@ include $(BUILD_PACKAGE)
include $(call all-makefiles-under,$(LOCAL_PATH))
+endif