libutils: Remove unused dependency on libprocessgroup_headers

Bug: 349105928
Test: m
Change-Id: Ic3e64b073c0ba087c3db19fb428c8c9132c8211f
This commit is contained in:
T.J. Mercier 2024-06-21 21:27:32 +00:00
parent 1fd7993f85
commit 6f13d115eb
2 changed files with 0 additions and 7 deletions

View file

@ -33,14 +33,12 @@ cc_library_headers {
"libbase_headers",
"libcutils_headers",
"liblog_headers",
"libprocessgroup_headers",
"libsystem_headers",
],
export_header_lib_headers: [
"libbase_headers",
"libcutils_headers",
"liblog_headers",
"libprocessgroup_headers",
"libsystem_headers",
],
export_include_dirs: ["include"],

View file

@ -36,11 +36,6 @@
#include <log/log.h>
#if defined(__ANDROID__)
#include <processgroup/processgroup.h>
#include <processgroup/sched_policy.h>
#endif
#if defined(__ANDROID__)
# define __android_unused
#else