1ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov#
2ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov# Copyright (C) 2014 The Android Open Source Project
3ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov#
4ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov# Licensed under the Apache License, Version 2.0 (the "License");
5ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov# you may not use this file except in compliance with the License.
6ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov# You may obtain a copy of the License at
7ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov#
8ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov#      http://www.apache.org/licenses/LICENSE-2.0
9ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov#
10ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov# Unless required by applicable law or agreed to in writing, software
11ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov# distributed under the License is distributed on an "AS IS" BASIS,
12ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov# See the License for the specific language governing permissions and
14ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov# limitations under the License.
15ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov#
16ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov
17ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov# -----------------------------------------------------------------------------
18ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov# This library used to test phtread_atfork handler behaviour
19ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov# during/after dlclose.
20ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov# -----------------------------------------------------------------------------
21ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanovlibtest_pthread_atfork_src_files := pthread_atfork.cpp
22ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov
23ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanovmodule := libtest_pthread_atfork
24ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanovinclude $(LOCAL_PATH)/Android.build.testlib.mk
25ea295f68f1fae7c701baaa717f67296659d567acDmitriy Ivanov
26