Merge "Rename collect_exported_headers.cpp to source_path_utils.cpp" am: 86372bc2f7
Original change: https://android-review.googlesource.com/c/platform/development/+/1763369 Change-Id: Ie6e0e09e76a68e8b8092615f98b62fdd226b1273
This commit is contained in:
@@ -159,7 +159,7 @@ cc_library_host_static {
|
|||||||
"src/utils/api_level.cpp",
|
"src/utils/api_level.cpp",
|
||||||
"src/utils/command_line_utils.cpp",
|
"src/utils/command_line_utils.cpp",
|
||||||
"src/utils/config_file.cpp",
|
"src/utils/config_file.cpp",
|
||||||
"src/utils/collect_exported_headers.cpp",
|
"src/utils/source_path_utils.cpp",
|
||||||
"src/utils/string_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/exported_symbol_set_test.cpp",
|
||||||
"src/repr/symbol/version_script_parser_test.cpp",
|
"src/repr/symbol/version_script_parser_test.cpp",
|
||||||
"src/utils/api_level_test.cpp",
|
"src/utils/api_level_test.cpp",
|
||||||
"src/utils/collect_exported_headers_test.cpp",
|
|
||||||
"src/utils/config_file_test.cpp",
|
"src/utils/config_file_test.cpp",
|
||||||
|
"src/utils/source_path_utils_test.cpp",
|
||||||
"src/utils/string_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");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with 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");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
// you may not use this file except in compliance with the License.
|
// you may not use this file except in compliance with the License.
|
||||||
Reference in New Issue
Block a user