Android.mk revision 6f56ab789cb470620554d624c37f488285b3b04e
1424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)#
2424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)# Copyright (C) 2014 The Android Open Source Project
3424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)#
4424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)# Licensed under the Apache License, Version 2.0 (the "License");
5424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)# you may not use this file except in compliance with the License.
6424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)# You may obtain a copy of the License at
7424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)#
8424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)#      http://www.apache.org/licenses/LICENSE-2.0
98bcbed890bc3ce4d7a057a8f32cab53fa534672eTorne (Richard Coles)#
100529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch# Unless required by applicable law or agreed to in writing, software
11424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)# distributed under the License is distributed on an "AS IS" BASIS,
12424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)# See the License for the specific language governing permissions and
14424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)# limitations under the License.
15424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)#
160529e5d033099cbfc42635f6f6183833b09dff6eBen MurdochLOCAL_PATH := $(call my-dir)
17424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)test_makefile := external/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/Android.mk
180529e5d033099cbfc42635f6f6183833b09dff6eBen Murdoch
19424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)test_name := utilities/memory/util.smartptr/util.smartptr.weak/types
20424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)test_src := types.pass.cpp
21424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)include external/libcxx/test/Android.build.mk
22424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)
23424c4d7b64af9d0d8fd9624f381f469654d5e3d2Torne (Richard Coles)include $(call all-makefiles-under,$(LOCAL_PATH))