1753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng# Copyright (C) 2013 The Android Open Source Project
2753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng#
3753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng# Licensed under the Apache License, Version 2.0 (the "License");
4753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng# you may not use this file except in compliance with the License.
5753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng# You may obtain a copy of the License at
6753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng#
7753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng#      http://www.apache.org/licenses/LICENSE-2.0
8753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng#
9753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng# Unless required by applicable law or agreed to in writing, software
10753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng# distributed under the License is distributed on an "AS IS" BASIS,
11753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng# See the License for the specific language governing permissions and
13753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng# limitations under the License.
14753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng
15753e06917ea5bb4684b560f29c1c46fd58227519Ben ChengLOCAL_PATH := $(call my-dir)
16753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng
1799fabbe236ee1c47a90ab0fb7aa4bda62685cdfcBen Cheng# unittest can be built with "mmm external/valgrind/unittest"
18753e06917ea5bb4684b560f29c1c46fd58227519Ben Chengsubdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, \
19753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng        main \
20753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng    ))
21753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng
22753e06917ea5bb4684b560f29c1c46fd58227519Ben Chenginclude $(subdirs)
23753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng
24753e06917ea5bb4684b560f29c1c46fd58227519Ben Cheng
25