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 {