summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoc HD <doc.divxm@gmail.com>2016-02-24 09:58:47 +0200
committerdoc HD <doc.divxm@gmail.com>2016-02-24 09:58:47 +0200
commitc9e72a29f862441864cfcea2e39dbcdb2996e7e1 (patch)
tree901d99c48b233181e74d92d2e5dbd905d7853273
parenta1c175a7c5c9b9b4c63f4e7cce0e0b5e3ec65be0 (diff)
flocaf: Fix assertts
Change-Id: Ie918680d4ec7f89c2ab51cf9a1e73ad511a2e149
-rw-r--r--Android.mk2
-rw-r--r--bdAddrLoader/Android.mk2
-rw-r--r--charger_touch/Android.mk2
-rw-r--r--conn_init/Android.mk2
-rw-r--r--voice_processing/Android.mk4
5 files changed, 6 insertions, 6 deletions
diff --git a/Android.mk b/Android.mk
index 7a07daf..1f6f9b0 100644
--- a/Android.mk
+++ b/Android.mk
@@ -23,7 +23,7 @@
# *not* include it on all devices, so it is safe even with hardware-specific
# components.
-ifneq ($(filter flo deb,$(TARGET_DEVICE)),)
+ifneq ($(filter flocaf debcaf,$(TARGET_DEVICE)),)
LOCAL_PATH := $(call my-dir)
diff --git a/bdAddrLoader/Android.mk b/bdAddrLoader/Android.mk
index 1fef318..6f2fb68 100644
--- a/bdAddrLoader/Android.mk
+++ b/bdAddrLoader/Android.mk
@@ -14,7 +14,7 @@
# limitations under the License.
#
-ifneq ($(filter flo deb,$(TARGET_DEVICE)),)
+ifneq ($(filter flocaf debcaf,$(TARGET_DEVICE)),)
LOCAL_PATH:= $(call my-dir)
diff --git a/charger_touch/Android.mk b/charger_touch/Android.mk
index 84c59a5..7d900a1 100644
--- a/charger_touch/Android.mk
+++ b/charger_touch/Android.mk
@@ -14,7 +14,7 @@
# limitations under the License.
#
-ifneq ($(filter flo deb,$(TARGET_DEVICE)),)
+ifneq ($(filter flocaf debcaf,$(TARGET_DEVICE)),)
LOCAL_PATH:= $(call my-dir)
diff --git a/conn_init/Android.mk b/conn_init/Android.mk
index 3ef1b80..55b0fd3 100644
--- a/conn_init/Android.mk
+++ b/conn_init/Android.mk
@@ -14,7 +14,7 @@
# limitations under the License.
#
-ifneq ($(filter flo deb,$(TARGET_DEVICE)),)
+ifneq ($(filter flocaf debcaf,$(TARGET_DEVICE)),)
LOCAL_PATH:= $(call my-dir)
diff --git a/voice_processing/Android.mk b/voice_processing/Android.mk
index 45db19c..8719240 100644
--- a/voice_processing/Android.mk
+++ b/voice_processing/Android.mk
@@ -1,4 +1,4 @@
-ifneq ($(filter flo deb,$(TARGET_DEVICE)),)
+ifneq ($(filter flocaf debcaf,$(TARGET_DEVICE)),)
LOCAL_PATH:= $(call my-dir)
@@ -18,4 +18,4 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
-endif \ No newline at end of file
+endif