blob: 4c24df9187c32aa15249f674a0ca7c6809aafa19 [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
Chia-chi Yeh0de39b72012-03-06 16:15:47 -080016LOCAL_REQUIRED_MODULES := libbluetooth_jni bluetooth.default
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080017
18LOCAL_PROGUARD_ENABLED := disabled
Jackson Fan239bc522009-07-27 15:58:22 +080019
Nick Pelly09e9cba2009-07-10 18:45:13 -070020include $(BUILD_PACKAGE)
Jaikumar Ganeshf91e79c2012-02-16 17:46:00 -080021
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080022include $(call all-makefiles-under,$(LOCAL_PATH))