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

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

Merge "Mark libarect and libmath as vendor_available"

parents 7e7457f2 6163dc91
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,5 +23,6 @@ ndk_headers {
cc_library_static {
    name: "libarect",
    host_supported: true,
    vendor_available: true,
    export_include_dirs: ["include"],
}
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
cc_library_static {
    name: "libmath",
    host_supported: true,
    vendor_available: true,
    export_include_dirs: ["include"],
}