| Index: third_party/android_platform/BUILD.gn
|
| diff --git a/third_party/android_platform/BUILD.gn b/third_party/android_platform/BUILD.gn
|
| index 6cc665107429fc2ea6656244b6364a90b5b5209e..123c264d7ce7884699649fe0c1c2bd5b6d532913 100644
|
| --- a/third_party/android_platform/BUILD.gn
|
| +++ b/third_party/android_platform/BUILD.gn
|
| @@ -24,6 +24,7 @@ if (current_toolchain == host_toolchain) {
|
| executable("android_relocation_packer") {
|
| deps = [
|
| ":android_lib_relocation_packer",
|
| + "//build/config/sanitizers:deps",
|
| "//third_party/elfutils:libelf",
|
| ]
|
| sources = gypi_values.relocation_packer_main_source
|
|
|