diff options
| author | 2021-12-21 15:44:27 +0000 | |
|---|---|---|
| committer | 2021-12-21 15:44:27 +0000 | |
| commit | 5166a1c70725c9c11b5d2c12f2228c446fb9fc4d (patch) | |
| tree | bb8241a04ed2c0f621f1a84b7707c0011ff46e32 | |
| parent | 430059b4226d3e7177a6717869f21ff382e8a34a (diff) | |
| parent | 9460b46ea28e0a3b0054f7aa7fc3e3d1fefce1bf (diff) | |
Merge "Fix typo in bp2build denylist."
| -rw-r--r-- | android/bazel.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/bazel.go b/android/bazel.go index 9a966b617..851a305cd 100644 --- a/android/bazel.go +++ b/android/bazel.go @@ -364,7 +364,7 @@ var ( // Per-module denylist to always opt modules out of both bp2build and mixed builds. bp2buildModuleDoNotConvertList = []string{ - "libnativehelper_compat_libc", // Broken compile: implicit declaration of function 'strerror_r' is invalid in C99 + "libnativehelper_compat_libc++", // Broken compile: implicit declaration of function 'strerror_r' is invalid in C99 "libandroid_runtime_lazy", // depends on unconverted modules: libbinder_headers "libcmd", // depends on unconverted modules: libbinder |