13cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru#
23cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru# Copyright (C) 2008 The Android Open Source Project
33cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru#
43cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru# Licensed under the Apache License, Version 2.0 (the "License");
53cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru# you may not use this file except in compliance with the License.
63cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru# You may obtain a copy of the License at
73cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru#
83cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru#      http://www.apache.org/licenses/LICENSE-2.0
93cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru#
103cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru# Unless required by applicable law or agreed to in writing, software
113cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru# distributed under the License is distributed on an "AS IS" BASIS,
123cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru# See the License for the specific language governing permissions and
143cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru# limitations under the License.
153cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru#
163cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste QueruLOCAL_PATH := $(my-dir)
173cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru
183cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queruinclude $(call first-makefiles-under, \
193cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru		$(LOCAL_PATH)/common \
203cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru		$(LOCAL_PATH)/$(TARGET_PREBUILT_TAG) \
213cc7e65cf53d0617d57847ceacd0112c5d1c2179Jean-Baptiste Queru		$(LOCAL_PATH)/$(HOST_PREBUILT_TAG))
22