blob: 0ef513e9d2be859ffed962a307c1c48303910fa8 [file] [log] [blame]
Nick Pelly09e9cba2009-07-10 18:45:13 -07001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Jean-Baptiste Queru36cb6d32010-01-05 16:27:20 -08004LOCAL_MODULE_TAGS := optional
Nick Pelly09e9cba2009-07-10 18:45:13 -07005
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -08006LOCAL_SRC_FILES := \
7 $(call all-java-files-under, src)
Nick Pelly09e9cba2009-07-10 18:45:13 -07008
Tao Liejun6769b592009-07-14 15:55:04 -07009LOCAL_PACKAGE_NAME := Bluetooth
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080010LOCAL_CERTIFICATE := platform
Nick Pelly09e9cba2009-07-10 18:45:13 -070011
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080012LOCAL_JNI_SHARED_LIBRARIES := libbluetooth_jni
Matthew Xiefd6603b2013-07-18 18:18:36 -070013LOCAL_JAVA_LIBRARIES := javax.obex telephony-common mms-common
Daisuke Miyakawa12cb33f2010-05-17 08:24:44 -070014LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard
Nick Pelly09e9cba2009-07-10 18:45:13 -070015
Ying Wangcd970802014-04-17 18:24:27 -070016LOCAL_REQUIRED_MODULES := bluetooth.default
Narayan Kamath05a3b352014-05-07 11:20:06 +010017LOCAL_MULTILIB := 32
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080018
19LOCAL_PROGUARD_ENABLED := disabled
Jackson Fan239bc522009-07-27 15:58:22 +080020
Nick Pelly09e9cba2009-07-10 18:45:13 -070021include $(BUILD_PACKAGE)
Jaikumar Ganeshf91e79c2012-02-16 17:46:00 -080022
Ying Wanged4da7d2014-06-13 12:58:20 -070023include $(call all-makefiles-under,$(LOCAL_PATH))