summaryrefslogtreecommitdiffstats
path: root/Android.mk
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 /Android.mk
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 'Android.mk')
-rw-r--r--Android.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/Android.mk b/Android.mk
index 1d7422c..547adb8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,7 +1,3 @@
-ifneq (, $(filter aarch64 arm64, $(TARGET_ARCH)))
- $(info TODOAArch64: $(LOCAL_PATH)/Android.mk: Enable build support for 64 bit)
-else
-
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -31,8 +27,7 @@ LOCAL_REQUIRED_MODULES := libbluetooth_jni bluetooth.default
LOCAL_PROGUARD_ENABLED := disabled
-#include $(BUILD_PACKAGE)
+include $(BUILD_PACKAGE)
-#include $(call all-makefiles-under,$(LOCAL_PATH))
-endif
+include $(call all-makefiles-under,$(LOCAL_PATH))