Merge "Rename collect_exported_headers.cpp to source_path_utils.cpp"
This commit is contained in:
@@ -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",
|
||||
],
|
||||
|
||||
|
||||
@@ -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.
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user