commit | aca0fc6532de632da2c11a85e0aafedd96bb6406 | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed Sep 04 00:13:46 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 04 00:13:46 2024 +0000 |
tree | eb3f2a8ca122497a73636ada182237578eaac9f5 | |
parent | ab51d3a5af7a454b08435663f43049a2ff931799 [diff] | |
parent | 42b42f576f28a88e3032c3bff2f6ec7239350d0f [diff] |
Merge "Remove NDK exports" into main
diff --git a/libc/Android.bp b/libc/Android.bp index 505b285..776f101 100644 --- a/libc/Android.bp +++ b/libc/Android.bp
@@ -2329,17 +2329,6 @@ name: "libc", symbol_file: "libc.map.txt", first_version: "9", - export_header_libs: [ - "common_libc", - "libc_uapi", - "libc_kernel_android_uapi_linux", - "libc_kernel_android_scsi", - "libc_asm_arm", - "libc_asm_arm64", - "libc_asm_riscv64", - "libc_asm_x86", - "libc_asm_x86_64", - ], } ndk_library {