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

Commit d50863b1 authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "Add a header lib for libarect" am: 037de111 am: b72546c2

am: 5b380675

Change-Id: Ib9b2993b7cf78f4184a946a79cbe5fb14a4b0210
parents 69810e7a 5b380675
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -13,13 +13,18 @@
// limitations under the License.

ndk_headers {
    name: "libarect_headers",
    name: "libarect_headers_for_ndk",
    from: "include/android",
    to: "android",
    srcs: ["include/android/*.h"],
    license: "NOTICE",
}

cc_library_headers {
    name: "libarect_headers",
    export_include_dirs: ["include"],
}

cc_library_static {
    name: "libarect",
    host_supported: true,