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

Commit eb3651fe authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes Ifd00d8d4,Id8db2858

* changes:
  Declare the headers of the ndk_library
  Declare the headers of the ndk_library
parents c12a3833 76d971d0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -74,4 +74,8 @@ ndk_library {
    symbol_file: "libamidi.map.txt",

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

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

cc_defaults {