aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-21 03:01:12 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-21 03:01:12 +0000
commitbed9e90c3f690909ca0b53239ee53038549ad19a (patch)
tree445ae0b6f2b805302322292afd9419588eb51888
parent79d5d19798fdeba0853ff3388301918c870249ab (diff)
parent0d860e6ff847263c0cdea12b81f1d4faa028d91d (diff)
downloadbionic-bed9e90c3f690909ca0b53239ee53038549ad19a.tar.gz
Snap for 8479861 from 0d860e6ff847263c0cdea12b81f1d4faa028d91d to tm-qpr1-release
Change-Id: I4a6fdf322c70879603e528cb5d92aaccd673e221
-rw-r--r--libc/Android.bp2
-rw-r--r--libm/Android.bp2
2 files changed, 4 insertions, 0 deletions
diff --git a/libc/Android.bp b/libc/Android.bp
index 7175c77c2..07e483e4f 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -2324,6 +2324,8 @@ ndk_library {
name: "libc",
symbol_file: "libc.map.txt",
first_version: "9",
+ // APIs implemented in asm don't have debug info: http://b/190554910.
+ allow_untyped_symbols: true,
}
ndk_library {
diff --git a/libm/Android.bp b/libm/Android.bp
index 5622e8cf4..7469cde0a 100644
--- a/libm/Android.bp
+++ b/libm/Android.bp
@@ -552,6 +552,8 @@ ndk_library {
name: "libm",
symbol_file: "libm.map.txt",
first_version: "9",
+ // APIs implemented in asm don't have debug info: http://b/190554910.
+ allow_untyped_symbols: true,
}
genrule {