Android.mk revision 6f56ab789cb470620554d624c37f488285b3b04e
15c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu#
25c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu# Copyright (C) 2014 The Android Open Source Project
35c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu#
45c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu# Licensed under the Apache License, Version 2.0 (the "License");
55c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu# you may not use this file except in compliance with the License.
65c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu# You may obtain a copy of the License at
75c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu#
85c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu#      http://www.apache.org/licenses/LICENSE-2.0
95c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu#
105c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu# Unless required by applicable law or agreed to in writing, software
115c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu# distributed under the License is distributed on an "AS IS" BASIS,
125c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
135c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu# See the License for the specific language governing permissions and
145c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu# limitations under the License.
155c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu#
165c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo LiuLOCAL_PATH := $(call my-dir)
175c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liutest_makefile := external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/Android.mk
185c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu
1946d4c2bc3267f3f028f39e7e311b0f89aba2e4fdTorne (Richard Coles)test_name := utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.nullptr/operator_==
2046d4c2bc3267f3f028f39e7e311b0f89aba2e4fdTorne (Richard Coles)test_src := operator_==.pass.cpp
21cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)include external/libcxx/test/Android.build.mk
225c02ac1a9c1b504631c0a3d2b6e737b5d738bae1Bo Liu
23cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)include $(call all-makefiles-under,$(LOCAL_PATH))