blob: 129828fd463b38c273ad1982020a678461b586b9 [file] [log] [blame]
Mike Lockwood27555312011-02-27 16:49:23 -08001#
Mike Lockwood62cfeeb2011-03-11 18:39:03 -05002# Copyright (C) 2011 The Android Open Source Project
Mike Lockwood27555312011-02-27 16:49:23 -08003#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17LOCAL_PATH := $(call my-dir)
18
19include $(CLEAR_VARS)
20
21LOCAL_SRC_FILES := $(call all-java-files-under,src)
22
23LOCAL_MODULE_TAGS := optional
24
Mike Lockwoodb547fc22011-03-02 12:53:28 -080025LOCAL_MODULE:= com.android.future.usb.accessory
Mike Lockwood27555312011-02-27 16:49:23 -080026
27include $(BUILD_JAVA_LIBRARY)