blob: 9a9971b8adc98d0eb8b63b9e63fd96009bfd5274 [file] [log] [blame]
Jean-Baptiste Queru2c8ead32009-11-12 18:45:17 -08001LOCAL_PATH:= $(call my-dir)
2include $(CLEAR_VARS)
3
4LOCAL_MODULE_TAGS := optional
5
6LOCAL_SRC_FILES := $(call all-subdir-java-files)
7
8LOCAL_JAVA_LIBRARIES :=
9
10LOCAL_PACKAGE_NAME := BluetoothDebug
11LOCAL_CERTIFICATE := platform
12
13include $(BUILD_PACKAGE)