1036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang# Copyright (C) 2014 The Android Open Source Project
2036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang#
3036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang# Licensed under the Apache License, Version 2.0 (the "License");
4036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang# you may not use this file except in compliance with the License.
5036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang# You may obtain a copy of the License at
6036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang#
7036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang#      http://www.apache.org/licenses/LICENSE-2.0
8036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang#
9036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang# Unless required by applicable law or agreed to in writing, software
10036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang# distributed under the License is distributed on an "AS IS" BASIS,
11036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang# See the License for the specific language governing permissions and
13036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang# limitations under the License.
14036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang
15036a8e007a76a8b61313f853b642d84aa3f7b334Ying WangLOCAL_PATH:= $(call my-dir)
16036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wang# Don't include in unbundled build.
17036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wangifeq ($(TARGET_BUILD_APPS),)
18036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wanginclude $(call all-makefiles-under,$(LOCAL_PATH))
19036a8e007a76a8b61313f853b642d84aa3f7b334Ying Wangendif
20