Android.mk revision 6f56ab789cb470620554d624c37f488285b3b04e
12a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)#
22a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)# Copyright (C) 2014 The Android Open Source Project
32a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)#
42a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)# Licensed under the Apache License, Version 2.0 (the "License");
52a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)# you may not use this file except in compliance with the License.
62a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)# You may obtain a copy of the License at
72a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)#
82a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)#      http://www.apache.org/licenses/LICENSE-2.0
92a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)#
102a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)# Unless required by applicable law or agreed to in writing, software
115d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)# distributed under the License is distributed on an "AS IS" BASIS,
12f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)# See the License for the specific language governing permissions and
142a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)# limitations under the License.
155d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)#
165d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)LOCAL_PATH := $(call my-dir)
175d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)test_makefile := external/libcxx/test/utilities/meta/meta.trans/meta.trans.ptr/Android.mk
185d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
195d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)test_name := utilities/meta/meta.trans/meta.trans.ptr/add_pointer
205d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)test_src := add_pointer.pass.cpp
215d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)include external/libcxx/test/Android.build.mk
225d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)
232a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)test_name := utilities/meta/meta.trans/meta.trans.ptr/remove_pointer
242a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)test_src := remove_pointer.pass.cpp
255d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)include external/libcxx/test/Android.build.mk
26f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)
27f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)include $(call all-makefiles-under,$(LOCAL_PATH))