blob: 996453ac777dcb39fd860c80a913b64721ff49e8 [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
Nick Pelly09e9cba2009-07-10 18:45:13 -070013LOCAL_JAVA_LIBRARIES := javax.obex
Daisuke Miyakawa12cb33f2010-05-17 08:24:44 -070014LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard
Nick Pelly09e9cba2009-07-10 18:45:13 -070015
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080016
17LOCAL_PROGUARD_ENABLED := disabled
Jackson Fan239bc522009-07-27 15:58:22 +080018
Nick Pelly09e9cba2009-07-10 18:45:13 -070019include $(BUILD_PACKAGE)
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080020include $(call all-makefiles-under,$(LOCAL_PATH))