16f56ab789cb470620554d624c37f488285b3b04eDan Albert# 26f56ab789cb470620554d624c37f488285b3b04eDan Albert# Copyright (C) 2014 The Android Open Source Project 36f56ab789cb470620554d624c37f488285b3b04eDan Albert# 46f56ab789cb470620554d624c37f488285b3b04eDan Albert# Licensed under the Apache License, Version 2.0 (the "License"); 56f56ab789cb470620554d624c37f488285b3b04eDan Albert# you may not use this file except in compliance with the License. 66f56ab789cb470620554d624c37f488285b3b04eDan Albert# You may obtain a copy of the License at 76f56ab789cb470620554d624c37f488285b3b04eDan Albert# 86f56ab789cb470620554d624c37f488285b3b04eDan Albert# http://www.apache.org/licenses/LICENSE-2.0 96f56ab789cb470620554d624c37f488285b3b04eDan Albert# 106f56ab789cb470620554d624c37f488285b3b04eDan Albert# Unless required by applicable law or agreed to in writing, software 116f56ab789cb470620554d624c37f488285b3b04eDan Albert# distributed under the License is distributed on an "AS IS" BASIS, 126f56ab789cb470620554d624c37f488285b3b04eDan Albert# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 136f56ab789cb470620554d624c37f488285b3b04eDan Albert# See the License for the specific language governing permissions and 146f56ab789cb470620554d624c37f488285b3b04eDan Albert# limitations under the License. 156f56ab789cb470620554d624c37f488285b3b04eDan Albert# 166f56ab789cb470620554d624c37f488285b3b04eDan AlbertLOCAL_PATH := $(call my-dir) 176f56ab789cb470620554d624c37f488285b3b04eDan Alberttest_makefile := external/libcxx/test/input.output/string.streams/ostringstream/ostringstream.members/Android.mk 186f56ab789cb470620554d624c37f488285b3b04eDan Albert 196f56ab789cb470620554d624c37f488285b3b04eDan Alberttest_name := input.output/string.streams/ostringstream/ostringstream.members/str 206f56ab789cb470620554d624c37f488285b3b04eDan Alberttest_src := str.pass.cpp 216f56ab789cb470620554d624c37f488285b3b04eDan Albertinclude external/libcxx/test/Android.build.mk 226f56ab789cb470620554d624c37f488285b3b04eDan Albert 236f56ab789cb470620554d624c37f488285b3b04eDan Albertinclude $(call all-makefiles-under,$(LOCAL_PATH))