summaryrefslogtreecommitdiffstats
path: root/libs/usb/tests/AccessoryChat/Android.mk
blob: b8545693b3d2de09aeabfea0e04e9fdbafdda554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)

LOCAL_MODULE_TAGS := tests

LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_PACKAGE_NAME := AccessoryChatGB

LOCAL_JAVA_LIBRARIES := com.google.android.usb

# Force an old SDK version to make sure we aren't using newer UsbManager APIs
LOCAL_SDK_VERSION := 8

include $(BUILD_PACKAGE)