19f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy#
29f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy# Copyright (C) 2011 The Android Open Source Project
39f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy#
49f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy# Licensed under the Apache License, Version 2.0 (the "License");
59f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy# you may not use this file except in compliance with the License.
69f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy# You may obtain a copy of the License at
79f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy#
89f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy#      http://www.apache.org/licenses/LICENSE-2.0
99f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy#
109f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy# Unless required by applicable law or agreed to in writing, software
119f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy# distributed under the License is distributed on an "AS IS" BASIS,
129f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
139f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy# See the License for the specific language governing permissions and
149f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy# limitations under the License.
159f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy#
169f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy
179f5dab3fc228fa11c32b483e6101ec086895a32bRomain GuyLOCAL_PATH := $(call my-dir)
189f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy
199f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guyinclude $(CLEAR_VARS)
20e2bb380bc26749782c873e5488cfdf4e42b27346Chris Craik
21e2bb380bc26749782c873e5488cfdf4e42b27346Chris CraikLOCAL_SRC_FILES := $(call all-java-files-under,src)
22e2bb380bc26749782c873e5488cfdf4e42b27346Chris Craik
23e2bb380bc26749782c873e5488cfdf4e42b27346Chris CraikLOCAL_MODULE_TAGS := optional
249f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy
25e2bb380bc26749782c873e5488cfdf4e42b27346Chris CraikLOCAL_MODULE:= com.android.future.usb.accessory
26c46813d72464f950b6f945f46a979caeaa05d21bLeon Scroggins III
279f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guyinclude $(BUILD_JAVA_LIBRARY)
289f5dab3fc228fa11c32b483e6101ec086895a32bRomain Guy