blob: ebe45cd4149ec1f51e5ce127c04a8ad22d15e439 [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
9LOCAL_PACKAGE_NAME := BluetoothQcom
10LOCAL_CERTIFICATE := platform
11
12LOCAL_PROGUARD_ENABLED := disabled
13
14include $(BUILD_PACKAGE)
15
16include $(call all-makefiles-under,$(LOCAL_PATH))