Android.mk revision 6f56ab789cb470620554d624c37f488285b3b04e
1b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam#
2b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam# Copyright (C) 2014 The Android Open Source Project
3b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam#
4b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam# Licensed under the Apache License, Version 2.0 (the "License");
5b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam# you may not use this file except in compliance with the License.
6b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam# You may obtain a copy of the License at
7b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam#
8b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam#      http://www.apache.org/licenses/LICENSE-2.0
9b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam#
10b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam# Unless required by applicable law or agreed to in writing, software
11b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam# distributed under the License is distributed on an "AS IS" BASIS,
12b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam# See the License for the specific language governing permissions and
14b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam# limitations under the License.
15b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam#
16b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter HallamLOCAL_PATH := $(call my-dir)
17b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallamtest_makefile := external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/Android.mk
18b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam
19b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallamtest_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/get
20b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallamtest_src := get.pass.cpp
21b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallaminclude external/libcxx/test/Android.build.mk
22b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam
23b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallamtest_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/explicit_bool
24b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallamtest_src := explicit_bool.pass.cpp
25b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallaminclude external/libcxx/test/Android.build.mk
26b61a96e7ef1a78acf013bbf08fe537e5b5f129caPeter Hallam
2770c8287138e69a98c2f950036f9f703ee37228c8Brian Carlstromtest_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/index
2870c8287138e69a98c2f950036f9f703ee37228c8Brian Carlstromtest_src := index.pass.cpp
2970c8287138e69a98c2f950036f9f703ee37228c8Brian Carlstrominclude external/libcxx/test/Android.build.mk
3070c8287138e69a98c2f950036f9f703ee37228c8Brian Carlstrom
3170c8287138e69a98c2f950036f9f703ee37228c8Brian Carlstromtest_name := utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/get_deleter
3270c8287138e69a98c2f950036f9f703ee37228c8Brian Carlstromtest_src := get_deleter.pass.cpp
3370c8287138e69a98c2f950036f9f703ee37228c8Brian Carlstrominclude external/libcxx/test/Android.build.mk
3470c8287138e69a98c2f950036f9f703ee37228c8Brian Carlstrom
3570c8287138e69a98c2f950036f9f703ee37228c8Brian Carlstrominclude $(call all-makefiles-under,$(LOCAL_PATH))