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

Commit faaf7f2b 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: Ia7ed22d3afcfac7e1f5b8a2b81a139708db098fd
parent 65bab500
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -74,8 +74,4 @@ ndk_library {
    symbol_file: "libamidi.map.txt",

    first_version: "29",
    export_header_libs: [
        "amidi",
    ],

}
+0 −3
Original line number Diff line number Diff line
@@ -27,9 +27,6 @@ ndk_library {
    symbol_file: "libandroid.map.txt",
    first_version: "9",
    unversioned_until: "current",
    export_header_libs: [
        "libandroid_headers",
    ],
}

cc_defaults {