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 |
| 5 | |
| 6 | LOCAL_SRC_FILES := \ |
| 7 | $(call all-java-files-under, src) |
| 8 | |
Pramod Sivaraman | 05b5808 | 2013-06-18 18:30:40 +0530 | [diff] [blame] | 9 | LOCAL_PACKAGE_NAME := BluetoothExt |
Pramod Sivaraman | 4a8e385 | 2013-05-15 17:25:22 +0530 | [diff] [blame] | 10 | LOCAL_CERTIFICATE := platform |
Ashwini Munigala | e38b566 | 2013-06-12 17:05:14 +0530 | [diff] [blame] | 11 | LOCAL_JAVA_LIBRARIES := javax.obex |
| 12 | LOCAL_JAVA_LIBRARIES += mms-common |
| 13 | LOCAL_JAVA_LIBRARIES += telephony-common |
| 14 | LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard |
| 15 | |
| 16 | LOCAL_REQUIRED_MODULES := libbluetooth_jni bluetooth.default |
Pramod Sivaraman | 4a8e385 | 2013-05-15 17:25:22 +0530 | [diff] [blame] | 17 | |
| 18 | LOCAL_PROGUARD_ENABLED := disabled |
| 19 | |
| 20 | include $(BUILD_PACKAGE) |
| 21 | |
| 22 | include $(call all-makefiles-under,$(LOCAL_PATH)) |