diff options
| author | Joshua Duong <joshuaduong@google.com> | 2020-03-19 21:47:00 +0000 |
|---|---|---|
| committer | Joshua Duong <joshuaduong@google.com> | 2020-03-19 21:47:00 +0000 |
| commit | 497ab8c9b93cd730d53245c3c55e58caea48fa64 (patch) | |
| tree | 7b309c43738da887ee152530925eb9d9082e608d | |
| parent | 750667833c50d2b1a6d1bb0808d30001b1a7737e (diff) | |
| download | android_platform_testing-497ab8c9b93cd730d53245c3c55e58caea48fa64.tar.gz android_platform_testing-497ab8c9b93cd730d53245c3c55e58caea48fa64.tar.bz2 android_platform_testing-497ab8c9b93cd730d53245c3c55e58caea48fa64.zip | |
Revert "DO NOT MERGE: Backport building perfetto artifacts."
Revert submission 10737304-perfetto_backport_configs
Reason for revert: Broken build
Reverted Changes:
Id9bb53ecd:DO NOT MERGE: Backport building perfetto artifacts...
I7eb5c9dc7:DO NOT MERGE: Backport perfetto configs.
Change-Id: I18f3ef81f95b84d038a36efc8029a21a04f8d4d6
| -rw-r--r-- | build/tasks/tests/platform_test_list.mk | 4 | ||||
| -rw-r--r-- | scripts/perfetto-setup/Android.mk | 58 |
2 files changed, 0 insertions, 62 deletions
diff --git a/build/tasks/tests/platform_test_list.mk b/build/tasks/tests/platform_test_list.mk index 9fec3325..e1a69943 100644 --- a/build/tasks/tests/platform_test_list.mk +++ b/build/tasks/tests/platform_test_list.mk @@ -56,7 +56,6 @@ platform_tests += \ FrameworksUtilTests \ InternalLocTestApp \ JankMicroBenchmarkTests \ - long_trace_config.textproto \ LauncherRotationStressTest \ MemoryUsage \ MultiDexLegacyTestApp \ @@ -93,9 +92,6 @@ platform_tests += \ SmokeTestApp \ SysAppJankTestsWear \ TouchLatencyJankTestWear \ - trace_config.textproto \ - trace_config_detailed.textproto \ - trace_config_experimental.textproto \ UbSystemUiJankTests \ UbWebViewJankTests \ UiBench \ diff --git a/scripts/perfetto-setup/Android.mk b/scripts/perfetto-setup/Android.mk deleted file mode 100644 index ab478ecb..00000000 --- a/scripts/perfetto-setup/Android.mk +++ /dev/null @@ -1,58 +0,0 @@ -# -# Copyright (C) 2019 The Android Open Source Project -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -LOCAL_PATH:= $(call my-dir) -include $(CLEAR_VARS) -LOCAL_MODULE := trace_config_detailed.textproto -LOCAL_MODULE_CLASS := ETC -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/local/tmp -LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/trace_config_detailed.textproto -include $(BUILD_PREBUILT) - -include $(CLEAR_VARS) -LOCAL_MODULE := long_trace_config.textproto -LOCAL_MODULE_CLASS := ETC -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/local/tmp -LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/long_trace_config.textproto -include $(BUILD_PREBUILT) - -include $(CLEAR_VARS) -LOCAL_MODULE := trace_config.textproto -LOCAL_MODULE_CLASS := ETC -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/local/tmp -LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/trace_config.textproto -include $(BUILD_PREBUILT) - -include $(CLEAR_VARS) -LOCAL_MODULE := trace_config_experimental.textproto -LOCAL_MODULE_CLASS := ETC -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/local/tmp -LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/trace_config_experimental.textproto -include $(BUILD_PREBUILT) - -include $(CLEAR_VARS) -LOCAL_MODULE := perfetto_trace_processor_shell -LOCAL_MODULE_CLASS := EXECUTABLES -LOCAL_MODULE_TAGS := optional -LOCAL_MODULE_PATH := $(TARGET_OUT_DATA)/local/tmp -LOCAL_CHECK_ELF_FILES := false -LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/trace_processor_shell -include $(BUILD_PREBUILT) - - |
