Android.mk revision 6f56ab789cb470620554d624c37f488285b3b04e
1cea198a11f15a2eb071d98491ca9a8bc8cebfbc4The Android Open Source Project#
2cea198a11f15a2eb071d98491ca9a8bc8cebfbc4The Android Open Source Project# Copyright (C) 2014 The Android Open Source Project
3beeadda28642792e0c6e79fd842c891882ec9c9bYing Wang#
4beeadda28642792e0c6e79fd842c891882ec9c9bYing Wang# Licensed under the Apache License, Version 2.0 (the "License");
5beeadda28642792e0c6e79fd842c891882ec9c9bYing Wang# you may not use this file except in compliance with the License.
6cea198a11f15a2eb071d98491ca9a8bc8cebfbc4The Android Open Source Project# You may obtain a copy of the License at
7beeadda28642792e0c6e79fd842c891882ec9c9bYing Wang#
8beeadda28642792e0c6e79fd842c891882ec9c9bYing Wang#      http://www.apache.org/licenses/LICENSE-2.0
9beeadda28642792e0c6e79fd842c891882ec9c9bYing Wang#
10beeadda28642792e0c6e79fd842c891882ec9c9bYing Wang# Unless required by applicable law or agreed to in writing, software
11beeadda28642792e0c6e79fd842c891882ec9c9bYing Wang# distributed under the License is distributed on an "AS IS" BASIS,
12beeadda28642792e0c6e79fd842c891882ec9c9bYing Wang# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13beeadda28642792e0c6e79fd842c891882ec9c9bYing Wang# See the License for the specific language governing permissions and
14cea198a11f15a2eb071d98491ca9a8bc8cebfbc4The Android Open Source Project# limitations under the License.
15cea198a11f15a2eb071d98491ca9a8bc8cebfbc4The Android Open Source Project#
16cea198a11f15a2eb071d98491ca9a8bc8cebfbc4The Android Open Source ProjectLOCAL_PATH := $(call my-dir)
1705436638acc7c010349a69c3395f1a57c642dc62Ying Wangtest_makefile := external/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals/Android.mk
18cea198a11f15a2eb071d98491ca9a8bc8cebfbc4The Android Open Source Project
19cea198a11f15a2eb071d98491ca9a8bc8cebfbc4The Android Open Source Projecttest_name := localization/locale.categories/category.monetary/locale.money.put/locale.money.put.virtuals/tested_elsewhere
2005436638acc7c010349a69c3395f1a57c642dc62Ying Wangtest_src := tested_elsewhere.pass.cpp
2105436638acc7c010349a69c3395f1a57c642dc62Ying Wanginclude external/libcxx/test/Android.build.mk
2205436638acc7c010349a69c3395f1a57c642dc62Ying Wang
2305436638acc7c010349a69c3395f1a57c642dc62Ying Wanginclude $(call all-makefiles-under,$(LOCAL_PATH))