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

Commit 7e8875b4 authored by Inseob Kim's avatar Inseob Kim
Browse files

Make native_headers product_available

We're fixing the build system to correctly handle the image mutator and
we must explicitly expose native_headers to product modules because some
product modules use the sdk_version property. (Till now it worked
because product modules incorrectly become the core variant)

Bug: 370351758
Test: build
Change-Id: I0a6efb080be1683d44ee33f2cab7d332b7ab1f9c
parent 6445f916
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ cc_library_headers {
    export_include_dirs: [
        "include/",
    ],
    product_available: true,
}

ndk_headers {