Brett Chabot | f72f44c | 2010-01-27 11:09:46 -0800 | [diff] [blame] | 1 | # Copyright (C) 2010 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 | |
| 17 | include $(CLEAR_VARS) |
| 18 | |
| 19 | # Only compile source java files in this lib. |
Michael Rosenfeld | f462a50 | 2016-11-29 17:22:02 -0800 | [diff] [blame] | 20 | LOCAL_SRC_FILES := $(call all-java-files-under, src) $(call all-proto-files-under, proto) |
Brett Chabot | f72f44c | 2010-01-27 11:09:46 -0800 | [diff] [blame] | 21 | |
Brett Chabot | e278a5b | 2010-06-01 16:20:14 -0700 | [diff] [blame] | 22 | LOCAL_JAVA_RESOURCE_DIRS := res |
| 23 | |
Guang Zhu | 040a43a | 2012-01-25 14:38:16 -0800 | [diff] [blame] | 24 | LOCAL_JAVACFLAGS += -g -Xlint |
Guang Zhu | c5637f7 | 2011-07-24 13:15:24 -0700 | [diff] [blame] | 25 | |
Brett Chabot | 0aebe55 | 2010-09-13 14:26:46 -0700 | [diff] [blame] | 26 | LOCAL_MODULE := tradefed |
Brett Chabot | f72f44c | 2010-01-27 11:09:46 -0800 | [diff] [blame] | 27 | |
Brett Chabot | 36d4f87 | 2010-09-15 18:28:27 -0700 | [diff] [blame] | 28 | LOCAL_MODULE_TAGS := optional |
Guang Zhu | 7f90749 | 2017-01-06 12:02:58 -0800 | [diff] [blame] | 29 | LOCAL_STATIC_JAVA_LIBRARIES := junit-host kxml2-2.3.0 jline-1.0 tf-remote-client commons-compress-prebuilt |
Brett Chabot | fee380c | 2013-02-01 15:25:08 -0800 | [diff] [blame] | 30 | # emmalib is only a runtime dependency if generating code coverage reporters, |
| 31 | # not a compile time dependency |
Guang Zhu | 7f90749 | 2017-01-06 12:02:58 -0800 | [diff] [blame] | 32 | LOCAL_JAVA_LIBRARIES := emmalib jack-jacoco-reporter loganalysis tools-common-prebuilt host-libprotobuf-java-full |
Brett Chabot | f72f44c | 2010-01-27 11:09:46 -0800 | [diff] [blame] | 33 | |
Julien Desprez | af73ee4 | 2015-12-11 14:03:29 +0000 | [diff] [blame] | 34 | LOCAL_JAR_MANIFEST := MANIFEST.mf |
| 35 | |
Brett Chabot | f72f44c | 2010-01-27 11:09:46 -0800 | [diff] [blame] | 36 | include $(BUILD_HOST_JAVA_LIBRARY) |
| 37 | |
Brett Chabot | 4bd67d5 | 2011-02-07 11:54:37 -0800 | [diff] [blame] | 38 | # makefile rules to copy jars to HOST_OUT/tradefed |
| 39 | # so tradefed.sh can automatically add to classpath |
| 40 | DEST_JAR := $(HOST_OUT)/tradefed/$(LOCAL_MODULE).jar |
| 41 | $(DEST_JAR): $(LOCAL_BUILT_MODULE) |
| 42 | $(copy-file-to-new-target) |
| 43 | |
Allen Hair | a913532 | 2016-08-15 17:41:09 -0700 | [diff] [blame] | 44 | $(HOST_OUT)/tradefed/%.jar : $(HOST_OUT_JAVA_LIBRARIES)/%.jar |
| 45 | $(copy-file-to-new-target) |
| 46 | |
Brett Chabot | 4bd67d5 | 2011-02-07 11:54:37 -0800 | [diff] [blame] | 47 | # this dependency ensure the above rule will be executed if jar is built |
| 48 | $(LOCAL_INSTALLED_MODULE) : $(DEST_JAR) |
Allen Hair | a913532 | 2016-08-15 17:41:09 -0700 | [diff] [blame] | 49 | $(LOCAL_INSTALLED_MODULE) : $(foreach m, $(LOCAL_JAVA_LIBRARIES), $(HOST_OUT)/tradefed/$(m).jar) |
Brett Chabot | 4bd67d5 | 2011-02-07 11:54:37 -0800 | [diff] [blame] | 50 | |
Omari Stephens | 6aeef7c | 2011-10-19 17:14:47 -0700 | [diff] [blame] | 51 | ####################################################### |
Omari Stephens | 966291b | 2013-03-06 21:09:21 -0800 | [diff] [blame] | 52 | # intentionally skipping CLEAR_VARS |
| 53 | |
| 54 | # Enable the build process to generate javadoc |
Ying Wang | d786e24 | 2014-07-07 16:48:21 -0700 | [diff] [blame] | 55 | # We need to reference symbols in the jar built above. |
Omari Stephens | d62c471 | 2015-07-24 16:45:15 -0700 | [diff] [blame] | 56 | LOCAL_JAVA_LIBRARIES += tradefed |
| 57 | LOCAL_IS_HOST_MODULE:=true |
| 58 | LOCAL_MODULE_CLASS := JAVA_LIBRARIES |
| 59 | LOCAL_ADDITIONAL_DEPENDENCIES := tradefed |
| 60 | LOCAL_DROIDDOC_CUSTOM_TEMPLATE_DIR:=build/tools/droiddoc/templates-sac |
| 61 | LOCAL_DROIDDOC_OPTIONS:= \ |
| 62 | -package \ |
| 63 | -toroot / \ |
| 64 | -hdf android.whichdoc online \ |
| 65 | -hdf sac true \ |
| 66 | -hdf devices true \ |
Omari Stephens | aabdc0b | 2015-08-14 18:43:03 -0700 | [diff] [blame] | 67 | -showAnnotationOverridesVisibility \ |
Omari Stephens | d62c471 | 2015-07-24 16:45:15 -0700 | [diff] [blame] | 68 | -showAnnotation com.android.tradefed.config.OptionClass \ |
| 69 | -showAnnotation com.android.tradefed.config.Option \ |
Omari Stephens | 966291b | 2013-03-06 21:09:21 -0800 | [diff] [blame] | 70 | |
Omari Stephens | d62c471 | 2015-07-24 16:45:15 -0700 | [diff] [blame] | 71 | include $(BUILD_DROIDDOC) |
Omari Stephens | 966291b | 2013-03-06 21:09:21 -0800 | [diff] [blame] | 72 | |
| 73 | ####################################################### |
Omari Stephens | 6aeef7c | 2011-10-19 17:14:47 -0700 | [diff] [blame] | 74 | include $(CLEAR_VARS) |
| 75 | |
| 76 | # Create a simple alias to build all the TF-related targets |
| 77 | # Note that this is incompatible with `make dist`. If you want to make |
| 78 | # the distribution, you must run `tapas` with the individual target names. |
| 79 | .PHONY: tradefed-all |
Omari Stephens | 6e3c34d | 2015-04-14 18:40:33 -0700 | [diff] [blame] | 80 | tradefed-all: tradefed tradefed-tests tf-prod-tests tf-prod-metatests tradefed_win script_help verify |
Omari Stephens | 6aeef7c | 2011-10-19 17:14:47 -0700 | [diff] [blame] | 81 | |
Brett Chabot | 4bd67d5 | 2011-02-07 11:54:37 -0800 | [diff] [blame] | 82 | # ==================================== |
| 83 | include $(CLEAR_VARS) |
| 84 | # copy tradefed.sh script to host dir |
| 85 | |
| 86 | LOCAL_MODULE_TAGS := optional |
| 87 | |
Tsu Chiang Chuang | 3f22417 | 2016-05-12 12:33:43 -0700 | [diff] [blame] | 88 | LOCAL_PREBUILT_EXECUTABLES := tradefed.sh tradefed_win.bat script_help.sh verify.sh run_tf_cmd.sh |
Brett Chabot | 4bd67d5 | 2011-02-07 11:54:37 -0800 | [diff] [blame] | 89 | include $(BUILD_HOST_PREBUILT) |
| 90 | |
Brett Chabot | f72f44c | 2010-01-27 11:09:46 -0800 | [diff] [blame] | 91 | # Build all sub-directories |
| 92 | include $(call all-makefiles-under,$(LOCAL_PATH)) |
Omari Stephens | 64043d8 | 2012-01-27 18:14:56 -0800 | [diff] [blame] | 93 | |
| 94 | ######################################################## |
Omari Stephens | 06bcef1 | 2015-05-06 16:26:49 -0700 | [diff] [blame] | 95 | # Zip up the built files and dist it as tradefed.zip |
| 96 | ifneq (,$(filter tradefed tradefed-all, $(TARGET_BUILD_APPS))) |
Omari Stephens | 64043d8 | 2012-01-27 18:14:56 -0800 | [diff] [blame] | 97 | |
Guang Zhu | 7f90749 | 2017-01-06 12:02:58 -0800 | [diff] [blame] | 98 | tradefed_dist_host_jars := tradefed tradefed-tests tf-prod-tests emmalib jack-jacoco-reporter loganalysis loganalysis-tests tf-remote-client |
Omari Stephens | 64043d8 | 2012-01-27 18:14:56 -0800 | [diff] [blame] | 99 | tradefed_dist_host_jar_files := $(foreach m, $(tradefed_dist_host_jars), $(HOST_OUT_JAVA_LIBRARIES)/$(m).jar) |
| 100 | |
Tsu Chiang Chuang | 3f22417 | 2016-05-12 12:33:43 -0700 | [diff] [blame] | 101 | tradefed_dist_host_exes := tradefed.sh tradefed_win.bat script_help.sh verify.sh run_tf_cmd.sh |
Omari Stephens | 64043d8 | 2012-01-27 18:14:56 -0800 | [diff] [blame] | 102 | tradefed_dist_host_exe_files := $(foreach m, $(tradefed_dist_host_exes), $(BUILD_OUT_EXECUTABLES)/$(m)) |
| 103 | |
David Hu | 6fb582f | 2012-12-19 18:49:19 -0800 | [diff] [blame] | 104 | tradefed_dist_test_apks := TradeFedUiTestApp TradeFedTestApp DeviceSetupUtil |
Ying Wang | 0f9b11c | 2014-07-21 14:03:11 -0700 | [diff] [blame] | 105 | tradefed_dist_test_apk_files := $(foreach m, $(tradefed_dist_test_apks), $(TARGET_OUT_DATA_APPS)/$(m)/$(m).apk) |
Omari Stephens | 64043d8 | 2012-01-27 18:14:56 -0800 | [diff] [blame] | 106 | |
| 107 | tradefed_dist_files := \ |
| 108 | $(tradefed_dist_host_jar_files) \ |
| 109 | $(tradefed_dist_test_apk_files) \ |
Brett Chabot | fee380c | 2013-02-01 15:25:08 -0800 | [diff] [blame] | 110 | $(tradefed_dist_host_exe_files) |
Omari Stephens | 64043d8 | 2012-01-27 18:14:56 -0800 | [diff] [blame] | 111 | |
| 112 | tradefed_dist_intermediates := $(call intermediates-dir-for,PACKAGING,tradefed_dist,HOST,COMMON) |
| 113 | tradefed_dist_zip := $(tradefed_dist_intermediates)/tradefed.zip |
| 114 | $(tradefed_dist_zip) : $(tradefed_dist_files) |
| 115 | @echo "Package: $@" |
| 116 | $(hide) rm -rf $(dir $@) && mkdir -p $(dir $@) |
| 117 | $(hide) cp -f $^ $(dir $@) |
| 118 | $(hide) cd $(dir $@) && zip -q $(notdir $@) $(notdir $^) |
| 119 | |
Colin Cross | 2919790 | 2015-10-05 13:19:12 -0700 | [diff] [blame] | 120 | $(call dist-for-goals, apps_only, $(tradefed_dist_zip)) |
Omari Stephens | 64043d8 | 2012-01-27 18:14:56 -0800 | [diff] [blame] | 121 | |
| 122 | endif # tradefed in $(TARGET_BUILD_APPS) |