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

Commit 8e421d08 authored by Inseob Kim's avatar Inseob Kim
Browse files

Explicitly expose native_headers

Some jni libraries implicitly depend on native_headers, and fixing cc
image variants causes a build error for product_specific jni libraries.

Bug: 370351758
Test: build
Change-Id: I7014baccbd61b9fe3cf5775eefc13221b02c6155
parent 4b79951f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -45,8 +45,10 @@ cc_library_shared {

    header_libs: [
        "jni_headers",
        "native_headers",
        "libhwui_internal_headers",
    ],
    export_header_lib_headers: ["native_headers"],

    static_libs: ["libarect"],