Android.mk revision 6f56ab789cb470620554d624c37f488285b3b04e
13447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein#
23447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein# Copyright (C) 2014 The Android Open Source Project
33447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein#
43447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein# Licensed under the Apache License, Version 2.0 (the "License");
53447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein# you may not use this file except in compliance with the License.
63447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein# You may obtain a copy of the License at
73447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein#
83447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein#      http://www.apache.org/licenses/LICENSE-2.0
93447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein#
103447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein# Unless required by applicable law or agreed to in writing, software
113447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein# distributed under the License is distributed on an "AS IS" BASIS,
123447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein# See the License for the specific language governing permissions and
143447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein# limitations under the License.
153447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein#
163447a5916aa62f44de24cc441fc9987116ddff52Andrew SappersteinLOCAL_PATH := $(call my-dir)
173447a5916aa62f44de24cc441fc9987116ddff52Andrew Sappersteintest_makefile := external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/Android.mk
183447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein
193447a5916aa62f44de24cc441fc9987116ddff52Andrew Sappersteintest_name := input.output/stream.buffers/streambuf/streambuf.protected/nothing_to_do
203447a5916aa62f44de24cc441fc9987116ddff52Andrew Sappersteintest_src := nothing_to_do.pass.cpp
213447a5916aa62f44de24cc441fc9987116ddff52Andrew Sappersteininclude external/libcxx/test/Android.build.mk
223447a5916aa62f44de24cc441fc9987116ddff52Andrew Sapperstein
233447a5916aa62f44de24cc441fc9987116ddff52Andrew Sappersteininclude $(call all-makefiles-under,$(LOCAL_PATH))