1b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett ChabotLOCAL_PATH:= $(call my-dir)
2b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett Chabotinclude $(CLEAR_VARS)
3b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett Chabot
4b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett Chabot# We only want this apk build for tests.
5b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett ChabotLOCAL_MODULE_TAGS := tests
6b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett Chabot
7b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett Chabot# Include all test java files.
8b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett ChabotLOCAL_SRC_FILES := \
9b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett Chabot	$(call all-java-files-under, src)
10b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett Chabot
11b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett ChabotLOCAL_JAVA_LIBRARIES := android.test.runner
12b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett ChabotLOCAL_PACKAGE_NAME := BluetoothTests
13b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett ChabotLOCAL_CERTIFICATE := platform
14b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett Chabot
15b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett Chabotinclude $(BUILD_PACKAGE)
16b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett Chabot
17b525f089cf0f580ccb26e80bbb0db1376ba554ccBrett Chabotinclude $(call all-makefiles-under,$(LOCAL_PATH))
18