Android.mk revision 036a8e007a76a8b61313f853b642d84aa3f7b334
15d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon# Copyright (C) 2014 The Android Open Source Project
25d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon#
35d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon# Licensed under the Apache License, Version 2.0 (the "License");
45d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon# you may not use this file except in compliance with the License.
55d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon# You may obtain a copy of the License at
65d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon#
75d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon#      http://www.apache.org/licenses/LICENSE-2.0
85d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon#
95d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon# Unless required by applicable law or agreed to in writing, software
105d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon# distributed under the License is distributed on an "AS IS" BASIS,
115d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
125d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon# See the License for the specific language governing permissions and
135d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon# limitations under the License.
145d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon
155d2c1e69ecb851121177396ac376dee1fb41d421Santos CordonLOCAL_PATH:= $(call my-dir)
165d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon# Don't include in unbundled build.
175d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordonifeq ($(TARGET_BUILD_APPS),)
185d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordoninclude $(call all-makefiles-under,$(LOCAL_PATH))
195d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordonendif
205d2c1e69ecb851121177396ac376dee1fb41d421Santos Cordon