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

Commit 279c94b6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Mark libarect and libmath as vendor_available"

parents b38ccbfd c45a8169
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"],
}