blob: 6efe7c26600e0f776eaf182701d7be96b7ea5d8d [file] [log] [blame]
Hridya Valsaraju8b0d5a52016-12-16 10:29:03 -08001#
2# Copyright (C) 2016 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17LOCAL_PATH := $(call my-dir)
18include $(CLEAR_VARS)
Hridya Valsaraju6f5fb182017-03-22 13:50:46 -070019LOCAL_MODULE := fmq_test
20LOCAL_MODULE_CLASS := NATIVE_TESTS
21LOCAL_SRC_FILES := fmq_test
22LOCAL_REQUIRED_MODULES := \
23 mq_test_client \
24 android.hardware.tests.msgq@1.0-service-test \
Hridya Valsaraju6f5fb182017-03-22 13:50:46 -070025 hidl_test_helper
26
Steven Moreland6c666672019-04-03 15:39:04 -070027LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/nativetest64
28
Steven Moreland76d547d2018-04-11 14:14:28 -070029ifneq ($(TARGET_2ND_ARCH),)
30LOCAL_REQUIRED_MODULES += android.hardware.tests.msgq@1.0-service-test$(TARGET_2ND_ARCH_MODULE_SUFFIX)
31LOCAL_REQUIRED_MODULES += mq_test_client$(TARGET_2ND_ARCH_MODULE_SUFFIX)
32endif
Steven Morelanda7d46a92018-02-13 16:05:56 -080033
Hridya Valsaraju6f5fb182017-03-22 13:50:46 -070034include $(BUILD_PREBUILT)
35
36include $(CLEAR_VARS)
Hridya Valsarajud8586632017-03-27 08:18:34 -070037
38LOCAL_MODULE := VtsFmqUnitTests
Keun Soo Yima72b6142017-07-26 13:48:13 -070039-include test/vts/tools/build/Android.host_config.mk