blob: 59fbf6ebb58d297e8466624cff1beabd5ca30372 [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
kschulz5a60e472015-03-17 11:47:46 +010010LOCAL_MULTILIB := 32
11include $(BUILD_STATIC_JAVA_LIBRARY)
Casper Bonde326b5e62014-07-24 13:47:23 +020012
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 Bondecee0d1b2015-03-19 10:01:53 +010024LOCAL_JAVA_LIBRARIES := javax.obex telephony-common libprotobuf-java-micro
25LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard bluetooth.mapsapi sap-api-java-static
Raleigh Matlock57e7db02015-12-21 13:59:41 -050026LOCAL_STATIC_JAVA_LIBRARIES += com.android.emailcommon
Nick Pelly09e9cba2009-07-10 18:45:13 -070027
Ying Wangcd970802014-04-17 18:24:27 -070028LOCAL_REQUIRED_MODULES := bluetooth.default
Narayan Kamath05a3b352014-05-07 11:20:06 +010029LOCAL_MULTILIB := 32
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080030
31LOCAL_PROGUARD_ENABLED := disabled
Jackson Fan239bc522009-07-27 15:58:22 +080032
Nick Pelly09e9cba2009-07-10 18:45:13 -070033include $(BUILD_PACKAGE)
Jaikumar Ganeshf91e79c2012-02-16 17:46:00 -080034
Ying Wanged4da7d2014-06-13 12:58:20 -070035include $(call all-makefiles-under,$(LOCAL_PATH))