blob: eb1b579eee7d4da9893989e82d152edcf974b3d4 [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 := \
Jeff Davidson31db28f2014-08-08 13:59:52 -07007 $(call all-java-files-under, lib/mapapi)
Casper Bonde326b5e62014-07-24 13:47:23 +02008
9LOCAL_MODULE := bluetooth.mapsapi
10
11include $(BUILD_JAVA_LIBRARY)
12
13include $(CLEAR_VARS)
14
15LOCAL_MODULE_TAGS := optional
16
17LOCAL_SRC_FILES := \
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080018 $(call all-java-files-under, src)
Nick Pelly09e9cba2009-07-10 18:45:13 -070019
Tao Liejun6769b592009-07-14 15:55:04 -070020LOCAL_PACKAGE_NAME := Bluetooth
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080021LOCAL_CERTIFICATE := platform
Nick Pelly09e9cba2009-07-10 18:45:13 -070022
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080023LOCAL_JNI_SHARED_LIBRARIES := libbluetooth_jni
Casper Bonde326b5e62014-07-24 13:47:23 +020024LOCAL_JAVA_LIBRARIES := javax.obex telephony-common bluetooth.mapsapi
Daisuke Miyakawa12cb33f2010-05-17 08:24:44 -070025LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard
Nick Pelly09e9cba2009-07-10 18:45:13 -070026
Ying Wangcd970802014-04-17 18:24:27 -070027LOCAL_REQUIRED_MODULES := bluetooth.default
Narayan Kamath05a3b352014-05-07 11:20:06 +010028LOCAL_MULTILIB := 32
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080029
30LOCAL_PROGUARD_ENABLED := disabled
Jackson Fan239bc522009-07-27 15:58:22 +080031
Nick Pelly09e9cba2009-07-10 18:45:13 -070032include $(BUILD_PACKAGE)
Jaikumar Ganeshf91e79c2012-02-16 17:46:00 -080033
Ying Wanged4da7d2014-06-13 12:58:20 -070034include $(call all-makefiles-under,$(LOCAL_PATH))