Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 42b42f5

Browse files
committed
Remove NDK exports
Base headers should come from sysroot. Bug: N/A Test: build Change-Id: I9537581eaddd83f5fffcc4e1ef1d30cef908e3c6
1 parent 3b3786a commit 42b42f5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

libc/Android.bp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2330,17 +2330,6 @@ ndk_library {
23302330
name: "libc",
23312331
symbol_file: "libc.map.txt",
23322332
first_version: "9",
2333-
export_header_libs: [
2334-
"common_libc",
2335-
"libc_uapi",
2336-
"libc_kernel_android_uapi_linux",
2337-
"libc_kernel_android_scsi",
2338-
"libc_asm_arm",
2339-
"libc_asm_arm64",
2340-
"libc_asm_riscv64",
2341-
"libc_asm_x86",
2342-
"libc_asm_x86_64",
2343-
],
23442333
}
23452334

23462335
ndk_library {

0 commit comments

Comments
 (0)