Android.mk revision 6f56ab789cb470620554d624c37f488285b3b04e
1cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com#
2cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com# Copyright (C) 2014 The Android Open Source Project
38cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com#
4cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com# Licensed under the Apache License, Version 2.0 (the "License");
5cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com# you may not use this file except in compliance with the License.
6cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com# You may obtain a copy of the License at
78cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com#
8cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com#      http://www.apache.org/licenses/LICENSE-2.0
98cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com#
10cf2cfa174ca878c144e17e9fc60ca8e9070d7dededisonn@google.com# Unless required by applicable law or agreed to in writing, software
118cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com# distributed under the License is distributed on an "AS IS" BASIS,
128cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
138cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com# See the License for the specific language governing permissions and
148cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com# limitations under the License.
158cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com#
168cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.comLOCAL_PATH := $(call my-dir)
178cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.comtest_makefile := external/libcxx/test/input.output/stream.buffers/Android.mk
188cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.com
198cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.comtest_name := input.output/stream.buffers/version
208cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.comtest_src := version.pass.cpp
218cee797901763ab0922eb9ef484cfdcbc94bee54edisonn@google.cominclude external/libcxx/test/Android.build.mk
22
23include $(call all-makefiles-under,$(LOCAL_PATH))