Merge "Rename collect_exported_headers.cpp to source_path_utils.cpp"

This commit is contained in:
Hsin-Yi Chen
2021-07-14 04:54:52 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 4 deletions

View File

@@ -159,7 +159,7 @@ cc_library_host_static {
"src/utils/api_level.cpp",
"src/utils/command_line_utils.cpp",
"src/utils/config_file.cpp",
"src/utils/collect_exported_headers.cpp",
"src/utils/source_path_utils.cpp",
"src/utils/string_utils.cpp",
],
@@ -192,8 +192,8 @@ cc_test_host {
"src/repr/symbol/exported_symbol_set_test.cpp",
"src/repr/symbol/version_script_parser_test.cpp",
"src/utils/api_level_test.cpp",
"src/utils/collect_exported_headers_test.cpp",
"src/utils/config_file_test.cpp",
"src/utils/source_path_utils_test.cpp",
"src/utils/string_utils_test.cpp",
],

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2017 The Android Open Source Project
// Copyright (C) 2021 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.

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2020 The Android Open Source Project
// Copyright (C) 2021 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.