Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1f577a8 authored by Steven Moreland's avatar Steven Moreland
Browse files

Remove NDK exports

Base headers should come from sysroot.

Bug: N/A
Test: build
Change-Id: Ibf8e4e9d0dd36769ca4f44ff69c90b43a5a014c4
parent 3b3d3c0d
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -36,9 +36,6 @@ ndk_library {
    symbol_file: "src/libaaudio.map.txt",
    symbol_file: "src/libaaudio.map.txt",
    first_version: "26",
    first_version: "26",
    unversioned_until: "current",
    unversioned_until: "current",
    export_header_libs: [
        "libAAudio_headers",
    ],
}
}


cc_library_headers {
cc_library_headers {
+0 −3
Original line number Original line Diff line number Diff line
@@ -52,9 +52,6 @@ ndk_library {
    symbol_file: "libmediandk.map.txt",
    symbol_file: "libmediandk.map.txt",
    first_version: "21",
    first_version: "21",
    unversioned_until: "current",
    unversioned_until: "current",
    export_header_libs: [
        "libmediandk_headers",
    ],
}
}


ndk_headers {
ndk_headers {