summaryrefslogtreecommitdiffstats
path: root/hiddtestapp
diff options
context:
space:
mode:
authorHemant Gupta <hemantg@qti.qualcomm.com>2014-07-17 23:30:17 +0530
committerHemant Gupta <hemantg@codeaurora.org>2014-07-29 23:22:43 +0530
commitbd7b202db10dcb148c00e9237c8722284f8439d8 (patch)
tree57585dadd360eb0934f8d8eeef1a108af2c9b1b1 /hiddtestapp
parente2ceae1f31ea619604019df73d4d9cc7a0627f9f (diff)
downloadandroid_packages_apps_BluetoothExt-bd7b202db10dcb148c00e9237c8722284f8439d8.tar.gz
android_packages_apps_BluetoothExt-bd7b202db10dcb148c00e9237c8722284f8439d8.tar.bz2
android_packages_apps_BluetoothExt-bd7b202db10dcb148c00e9237c8722284f8439d8.zip
Allow compilation of BluetoothExt.apk
This patch removes unncessary checks in Android.mk which were preventing compilation of vendor/qcom/opensource/bluetooth project. The changes were added during L bring up to remove compilation errors as BT changes were missing. Change-Id: Ibeefb0b62e9b403f603aa6994dd6e09a0a337f32
Diffstat (limited to 'hiddtestapp')
-rw-r--r--hiddtestapp/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/hiddtestapp/Android.mk b/hiddtestapp/Android.mk
index e784685..13de015 100644
--- a/hiddtestapp/Android.mk
+++ b/hiddtestapp/Android.mk
@@ -11,6 +11,6 @@ LOCAL_CERTIFICATE := platform
LOCAL_PROGUARD_ENABLED := disabled
-#include $(BUILD_PACKAGE)
+include $(BUILD_PACKAGE)
include $(call all-makefiles-under,$(LOCAL_PATH))