blob: 6bbbc9bb96df1e2ec185e53d3e1fb5950b5a5bb0 [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 := \
Ajay Panicker3122e512016-02-16 10:38:53 -080018 $(call all-java-files-under, src) \
19 $(call all-proto-files-under, src)
Nick Pelly09e9cba2009-07-10 18:45:13 -070020
Tao Liejun6769b592009-07-14 15:55:04 -070021LOCAL_PACKAGE_NAME := Bluetooth
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080022LOCAL_CERTIFICATE := platform
Nick Pelly09e9cba2009-07-10 18:45:13 -070023
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080024LOCAL_JNI_SHARED_LIBRARIES := libbluetooth_jni
Erik Klinefe0f2212016-02-17 22:52:02 +090025LOCAL_JAVA_LIBRARIES := javax.obex telephony-common libprotobuf-java-micro services.net
26LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard bluetooth.mapsapi sap-api-java-static android-support-v4 services.net
B--Bb08e92d2016-11-07 21:21:54 +010027LOCAL_STATIC_JAVA_LIBRARIES += com.android.emailcommon
Ajay Panicker3122e512016-02-16 10:38:53 -080028LOCAL_PROTOC_OPTIMIZE_TYPE := micro
Nick Pelly09e9cba2009-07-10 18:45:13 -070029
Ying Wangcd970802014-04-17 18:24:27 -070030LOCAL_REQUIRED_MODULES := bluetooth.default
Narayan Kamath05a3b352014-05-07 11:20:06 +010031LOCAL_MULTILIB := 32
Jaikumar Ganeshff4f17b2011-12-19 15:54:50 -080032
33LOCAL_PROGUARD_ENABLED := disabled
Jackson Fan239bc522009-07-27 15:58:22 +080034
Nick Pelly09e9cba2009-07-10 18:45:13 -070035include $(BUILD_PACKAGE)
Jaikumar Ganeshf91e79c2012-02-16 17:46:00 -080036
Ying Wanged4da7d2014-06-13 12:58:20 -070037include $(call all-makefiles-under,$(LOCAL_PATH))