blob: 866d84a4a2c10d1fb89ceb922cc13f3179b535b3 [file] [log] [blame]
Hemant Gupta192d7932014-04-08 16:04:13 +05301LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
Hemant Gupta192d7932014-04-08 16:04:13 +05304src_dirs:= src/android/bluetooth/client/map
5
6LOCAL_SRC_FILES := \
7 $(call all-java-files-under, $(src_dirs))
8
9LOCAL_MODULE:= android.bluetooth.client.map
10LOCAL_JAVA_LIBRARIES := javax.obex
11LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard
12
13LOCAL_PROGUARD_ENABLED := disabled
14
15include $(BUILD_STATIC_JAVA_LIBRARY)
16
17
18include $(call all-makefiles-under,$(LOCAL_PATH))