Yin-Chia Yeh | 96f4d40 | 2015-10-29 17:53:39 -0700 | [diff] [blame] | 1 | # Copyright (C) 2015 The Android Open Source Project |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | |
| 15 | LOCAL_PATH:= $(call my-dir) |
| 16 | |
Eino-Ville Talvala | eeeb84b | 2017-02-25 11:52:33 -0800 | [diff] [blame] | 17 | # CtsCameraUtils package |
| 18 | |
| 19 | include $(CLEAR_VARS) |
| 20 | |
Brett Chabot | 0146627 | 2019-03-06 15:52:42 -0800 | [diff] [blame] | 21 | LOCAL_STATIC_JAVA_LIBRARIES := compatibility-device-util-axt \ |
Eino-Ville Talvala | eeeb84b | 2017-02-25 11:52:33 -0800 | [diff] [blame] | 22 | mockito-target-minus-junit4 \ |
| 23 | android-ex-camera2 |
| 24 | |
| 25 | LOCAL_SRC_FILES := \ |
| 26 | $(call all-java-files-under, utils/src) \ |
| 27 | $(call all-renderscript-files-under, utils/src) |
| 28 | |
| 29 | LOCAL_MODULE := CtsCameraUtils |
| 30 | |
| 31 | LOCAL_SDK_VERSION := current |
jdesprez | 6b119e5 | 2017-05-04 15:30:11 -0700 | [diff] [blame] | 32 | -include cts/error_prone_rules_tests.mk |
Eino-Ville Talvala | eeeb84b | 2017-02-25 11:52:33 -0800 | [diff] [blame] | 33 | include $(BUILD_STATIC_JAVA_LIBRARY) |
| 34 | |
Yin-Chia Yeh | 96f4d40 | 2015-10-29 17:53:39 -0700 | [diff] [blame] | 35 | # CtsCameraTestCases package |
| 36 | |
| 37 | include $(CLEAR_VARS) |
| 38 | |
| 39 | LOCAL_MODULE_TAGS := tests |
| 40 | |
Yin-Chia Yeh | f7211d9 | 2016-02-01 11:21:58 -0800 | [diff] [blame] | 41 | # Include both the 32 and 64 bit versions |
| 42 | LOCAL_MULTILIB := both |
| 43 | |
Brett Chabot | 0146627 | 2019-03-06 15:52:42 -0800 | [diff] [blame] | 44 | LOCAL_STATIC_JAVA_LIBRARIES := compatibility-device-util-axt \ |
| 45 | ctstestrunner-axt \ |
Guang Zhu | a21da06 | 2016-08-15 14:48:42 -0700 | [diff] [blame] | 46 | mockito-target-minus-junit4 \ |
Eino-Ville Talvala | eeeb84b | 2017-02-25 11:52:33 -0800 | [diff] [blame] | 47 | android-ex-camera2 \ |
Svetoslav Ganov | eb76589 | 2018-01-12 22:12:55 -0800 | [diff] [blame] | 48 | CtsCameraUtils \ |
| 49 | truth-prebuilt |
Yin-Chia Yeh | 96f4d40 | 2015-10-29 17:53:39 -0700 | [diff] [blame] | 50 | |
Eino-Ville Talvala | cfa26b5 | 2016-03-07 14:54:52 -0800 | [diff] [blame] | 51 | LOCAL_JNI_SHARED_LIBRARIES := \ |
| 52 | libctscamera2_jni \ |
| 53 | libnativehelper_compat_libc++ |
Yin-Chia Yeh | 7227f36 | 2015-12-11 14:47:57 -0800 | [diff] [blame] | 54 | |
Yin-Chia Yeh | 31eb593 | 2016-09-28 15:43:44 -0700 | [diff] [blame] | 55 | LOCAL_NDK_STL_VARIANT := c++_shared |
| 56 | |
Eino-Ville Talvala | eeeb84b | 2017-02-25 11:52:33 -0800 | [diff] [blame] | 57 | LOCAL_SRC_FILES := \ |
| 58 | $(call all-java-files-under, src) \ |
| 59 | $(call all-renderscript-files-under, src) |
Yin-Chia Yeh | 96f4d40 | 2015-10-29 17:53:39 -0700 | [diff] [blame] | 60 | |
Stuart Scott | 2ff78ae | 2016-02-18 19:25:52 -0800 | [diff] [blame] | 61 | # Tag this module as a cts test artifact |
Emilian Peev | d164168 | 2018-05-22 13:31:50 +0100 | [diff] [blame] | 62 | LOCAL_COMPATIBILITY_SUITE := cts vts general-tests cts_instant |
Yin-Chia Yeh | 6a14517 | 2015-12-02 17:38:34 -0800 | [diff] [blame] | 63 | |
Yin-Chia Yeh | 96f4d40 | 2015-10-29 17:53:39 -0700 | [diff] [blame] | 64 | LOCAL_PACKAGE_NAME := CtsCameraTestCases |
| 65 | |
Eino-Ville Talvala | 4e7cd0a | 2017-03-01 15:57:50 -0800 | [diff] [blame] | 66 | LOCAL_SDK_VERSION := test_current |
Yin-Chia Yeh | 96f4d40 | 2015-10-29 17:53:39 -0700 | [diff] [blame] | 67 | |
Jiyong Park | 925a766 | 2018-01-24 15:10:49 +0900 | [diff] [blame] | 68 | LOCAL_JAVA_LIBRARIES := android.test.runner.stubs android.test.base.stubs |
Yin-Chia Yeh | 96f4d40 | 2015-10-29 17:53:39 -0700 | [diff] [blame] | 69 | |
| 70 | cts_runtime_hint := 120 |
| 71 | |
| 72 | include $(BUILD_CTS_PACKAGE) |
Yin-Chia Yeh | 7227f36 | 2015-12-11 14:47:57 -0800 | [diff] [blame] | 73 | |
| 74 | include $(call all-makefiles-under,$(LOCAL_PATH)) |