Pramod Sivaraman | 4a8e385 | 2013-05-15 17:25:22 +0530 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
| 4 | LOCAL_MODULE_TAGS := optional |
Ashwini Munigala | 21fd459 | 2013-08-16 15:19:44 +0530 | [diff] [blame] | 5 | src_dirs:= src/org/codeaurora/bluetooth/btcservice \ |
| 6 | src/org/codeaurora/bluetooth/map \ |
| 7 | src/org/codeaurora/bluetooth/ftp \ |
| 8 | src/org/codeaurora/bluetooth/sap |
Pramod Sivaraman | 4a8e385 | 2013-05-15 17:25:22 +0530 | [diff] [blame] | 9 | |
| 10 | LOCAL_SRC_FILES := \ |
Ashwini Munigala | 21fd459 | 2013-08-16 15:19:44 +0530 | [diff] [blame] | 11 | $(call all-java-files-under, $(src_dirs)) |
Pramod Sivaraman | 4a8e385 | 2013-05-15 17:25:22 +0530 | [diff] [blame] | 12 | |
Pramod Sivaraman | 05b5808 | 2013-06-18 18:30:40 +0530 | [diff] [blame] | 13 | LOCAL_PACKAGE_NAME := BluetoothExt |
Pramod Sivaraman | 4a8e385 | 2013-05-15 17:25:22 +0530 | [diff] [blame] | 14 | LOCAL_CERTIFICATE := platform |
Ashwini Munigala | e38b566 | 2013-06-12 17:05:14 +0530 | [diff] [blame] | 15 | LOCAL_JAVA_LIBRARIES := javax.obex |
| 16 | LOCAL_JAVA_LIBRARIES += mms-common |
| 17 | LOCAL_JAVA_LIBRARIES += telephony-common |
| 18 | LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard |
| 19 | |
| 20 | LOCAL_REQUIRED_MODULES := libbluetooth_jni bluetooth.default |
Pramod Sivaraman | 4a8e385 | 2013-05-15 17:25:22 +0530 | [diff] [blame] | 21 | |
| 22 | LOCAL_PROGUARD_ENABLED := disabled |
| 23 | |
| 24 | include $(BUILD_PACKAGE) |
| 25 | |
Ashwini Munigala | 102de10 | 2013-08-16 15:31:17 +0530 | [diff] [blame] | 26 | |
Pramod Sivaraman | 4a8e385 | 2013-05-15 17:25:22 +0530 | [diff] [blame] | 27 | include $(call all-makefiles-under,$(LOCAL_PATH)) |