blob: 5ad79b6969c410e94794242c0772f36fcce8b8dc [file] [log] [blame]
Pramod Sivaraman4a8e3852013-05-15 17:25:22 +05301LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := optional
Pradeep Panigrahi08be37c2014-02-19 14:05:49 +05305src_dirs:= src/org/codeaurora/bluetooth/btcservice \
Pradeep Panigrahi08be37c2014-02-19 14:05:49 +05306 src/org/codeaurora/bluetooth/ftp \
Satish kumar sugasi9a41f622013-11-21 16:48:40 -08007 src/org/codeaurora/bluetooth/dun \
Hemant Guptad68ec602015-07-08 23:58:51 +05308 #src/org/codeaurora/bluetooth/pxpservice
Rohit Singhe3480eb2014-12-11 18:02:07 -08009
Hemant Guptadec86862014-09-23 19:45:33 +053010LOCAL_SRC_FILES := \
11 $(call all-java-files-under, $(src_dirs)) \
Hemant Guptad68ec602015-07-08 23:58:51 +053012 #src/org/codeaurora/bluetooth/pxpservice/IPxpService.aidl
Pramod Sivaraman4a8e3852013-05-15 17:25:22 +053013
Pramod Sivaraman05b58082013-06-18 18:30:40 +053014LOCAL_PACKAGE_NAME := BluetoothExt
Pramod Sivaraman4a8e3852013-05-15 17:25:22 +053015LOCAL_CERTIFICATE := platform
Ashwini Munigalae38b5662013-06-12 17:05:14 +053016LOCAL_JAVA_LIBRARIES := javax.obex
Ashwini Munigalae38b5662013-06-12 17:05:14 +053017LOCAL_JAVA_LIBRARIES += telephony-common
Kiran Kelagerifac2edf2014-05-29 16:23:46 -070018
Ashwini Munigalae38b5662013-06-12 17:05:14 +053019LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard
20
Ajay Kumar30eb17f2014-12-03 18:38:53 +053021LOCAL_REQUIRED_MODULES := bluetooth.default
Pramod Sivaraman4a8e3852013-05-15 17:25:22 +053022
23LOCAL_PROGUARD_ENABLED := disabled
24
Ajay Kumar30eb17f2014-12-03 18:38:53 +053025LOCAL_MULTILIB:= 32
26LOCAL_JNI_SHARED_LIBRARIES:= libbluetooth_jni
27
Hemant Guptabd7b2022014-07-17 23:30:17 +053028include $(BUILD_PACKAGE)
Pramod Sivaraman4a8e3852013-05-15 17:25:22 +053029
Ashwini Munigala102de102013-08-16 15:31:17 +053030
Hemant Guptabd7b2022014-07-17 23:30:17 +053031include $(call all-makefiles-under,$(LOCAL_PATH))