1baa3858d3f5d128a5c8466b700098109edcad5f2repo sync#
2baa3858d3f5d128a5c8466b700098109edcad5f2repo sync# Copyright (C) 2014 The Android Open Source Project
3baa3858d3f5d128a5c8466b700098109edcad5f2repo sync#
4baa3858d3f5d128a5c8466b700098109edcad5f2repo sync# Licensed under the Apache License, Version 2.0 (the "License");
5baa3858d3f5d128a5c8466b700098109edcad5f2repo sync# you may not use this file except in compliance with the License.
6baa3858d3f5d128a5c8466b700098109edcad5f2repo sync# You may obtain a copy of the License at
7baa3858d3f5d128a5c8466b700098109edcad5f2repo sync#
8baa3858d3f5d128a5c8466b700098109edcad5f2repo sync#      http://www.apache.org/licenses/LICENSE-2.0
9baa3858d3f5d128a5c8466b700098109edcad5f2repo sync#
10baa3858d3f5d128a5c8466b700098109edcad5f2repo sync# Unless required by applicable law or agreed to in writing, software
11baa3858d3f5d128a5c8466b700098109edcad5f2repo sync# distributed under the License is distributed on an "AS IS" BASIS,
12baa3858d3f5d128a5c8466b700098109edcad5f2repo sync# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13baa3858d3f5d128a5c8466b700098109edcad5f2repo sync# See the License for the specific language governing permissions and
14baa3858d3f5d128a5c8466b700098109edcad5f2repo sync# limitations under the License.
15baa3858d3f5d128a5c8466b700098109edcad5f2repo sync#
16baa3858d3f5d128a5c8466b700098109edcad5f2repo syncLOCAL_PATH := $(call my-dir)
17baa3858d3f5d128a5c8466b700098109edcad5f2repo synctest_makefile := external/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/Android.mk
18baa3858d3f5d128a5c8466b700098109edcad5f2repo sync
19baa3858d3f5d128a5c8466b700098109edcad5f2repo synctest_name := utilities/function.objects/bind/func.bind/func.bind.isbind/is_bind_expression
20baa3858d3f5d128a5c8466b700098109edcad5f2repo synctest_src := is_bind_expression.pass.cpp
21baa3858d3f5d128a5c8466b700098109edcad5f2repo syncinclude external/libcxx/test/Android.build.mk
22baa3858d3f5d128a5c8466b700098109edcad5f2repo sync
23baa3858d3f5d128a5c8466b700098109edcad5f2repo synctest_name := utilities/function.objects/bind/func.bind/func.bind.isbind/is_placeholder
24baa3858d3f5d128a5c8466b700098109edcad5f2repo synctest_src := is_placeholder.pass.cpp
25baa3858d3f5d128a5c8466b700098109edcad5f2repo syncinclude external/libcxx/test/Android.build.mk
26baa3858d3f5d128a5c8466b700098109edcad5f2repo sync
27baa3858d3f5d128a5c8466b700098109edcad5f2repo syncinclude $(call all-makefiles-under,$(LOCAL_PATH))