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

Commit 1fd7993f authored by T.J. Mercier's avatar T.J. Mercier
Browse files

libcutils: Add missing dependency on libprocessgroup_headers

cutils/sched_policy.h redirects to processgroup/sched_policy.h, but
libcutils does not export the libprocessgroup headers. So users have to
know about the hidden redirect to libprocessgroup and include a
libprocessgroup dependency in their Android.bp files in addition to
libcutils. Fix that.

Bug: 349105928
Test: m
Change-Id: I516bdf2cdeff980c1fcd18883ef8a2f0a9beb629
parent 283b2037
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -47,6 +47,8 @@ cc_library_headers {
    defaults: ["libcutils_defaults"],

    export_include_dirs: ["include"],
    header_libs: ["libprocessgroup_headers"],
    export_header_lib_headers: ["libprocessgroup_headers"],
    target: {
        vendor: {
            override_export_include_dirs: ["include_outside_system"],