Merge remote-tracking branch 'remotes/origin/caf/github/production/4.0.x'into ant.lnx.3.0

Change-Id: I80fe85126605733f3df42c6638b4f427d883a827
diff --git a/Android.mk b/Android.mk
index 092ffb7..e86b5c1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -37,6 +37,8 @@
 ifeq ($(filter 8% O% o%,$(TARGET_PLATFORM_VERSION)),)
 LOCAL_SDK_VERSION := system_current
 endif
+LOCAL_SYSTEM_EXT_MODULE := true
+
 include $(BUILD_PACKAGE)
 
 endif # BOARD_ANT_WIRELESS_DEVICE defined
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b841d09..dd001f3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,8 +16,8 @@
 -->
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.dsi.ant.server"
-    android:versionName="4.0.1"
-    android:versionCode="040001"
+    android:versionName="4.0.2"
+    android:versionCode="040002"
     android:sharedUserId="android.uid.system">
 
     <uses-sdk