Remove NDK exports

Base headers should come from sysroot.

Bug: N/A
Test: build
Change-Id: Ifd6d6353851a16c2744af241c6092657c595223c
This commit is contained in:
Steven Moreland 2024-09-03 20:40:28 +00:00
parent efbc08e0ce
commit 698f913f64

View file

@ -27,9 +27,6 @@ ndk_library {
name: "libsync",
symbol_file: "libsync.map.txt",
first_version: "26",
export_header_libs: [
"libsync_headers",
],
}
cc_defaults {