blob: 147141bf52eb8fdb886e03272dcd053a4ccee0f7 [file] [log] [blame]
Pramod Sivaraman4a8e3852013-05-15 17:25:22 +05301LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := optional
5
6LOCAL_SRC_FILES := \
7 $(call all-java-files-under, src)
8
Pramod Sivaraman05b58082013-06-18 18:30:40 +05309LOCAL_PACKAGE_NAME := BluetoothExt
Pramod Sivaraman4a8e3852013-05-15 17:25:22 +053010LOCAL_CERTIFICATE := platform
11
12LOCAL_PROGUARD_ENABLED := disabled
13
14include $(BUILD_PACKAGE)
15
16include $(call all-makefiles-under,$(LOCAL_PATH))