Android.mk revision 6f56ab789cb470620554d624c37f488285b3b04e
1a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Arora#
2a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Arora# Copyright (C) 2014 The Android Open Source Project
30406ce1417f76f2034833414dcecc9f56253640cVikas Arora#
40406ce1417f76f2034833414dcecc9f56253640cVikas Arora# Licensed under the Apache License, Version 2.0 (the "License");
50406ce1417f76f2034833414dcecc9f56253640cVikas Arora# you may not use this file except in compliance with the License.
60406ce1417f76f2034833414dcecc9f56253640cVikas Arora# You may obtain a copy of the License at
70406ce1417f76f2034833414dcecc9f56253640cVikas Arora#
8a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Arora#      http://www.apache.org/licenses/LICENSE-2.0
9a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Arora#
10a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Arora# Unless required by applicable law or agreed to in writing, software
11a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Arora# distributed under the License is distributed on an "AS IS" BASIS,
12a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Arora# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Arora# See the License for the specific language governing permissions and
14a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Arora# limitations under the License.
15a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Arora#
16a2415724fb3466168b2af5b08bd94ba732c0e753Vikas AroraLOCAL_PATH := $(call my-dir)
17a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Aroratest_makefile := external/libcxx/test/utilities/intseq/Android.mk
18af51b94a435132e9014c324e25fb686b3d07a8c8Vikas Arora
19a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Aroratest_name := utilities/intseq/nothing_to_do
20af51b94a435132e9014c324e25fb686b3d07a8c8Vikas Aroratest_src := nothing_to_do.pass.cpp
21af51b94a435132e9014c324e25fb686b3d07a8c8Vikas Arorainclude external/libcxx/test/Android.build.mk
22a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Arora
23a2415724fb3466168b2af5b08bd94ba732c0e753Vikas Arorainclude $(call all-makefiles-under,$(LOCAL_PATH))