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

Commit dad47497 authored by Suren Baghdasaryan's avatar Suren Baghdasaryan
Browse files

Add libprocessgroup into VNDK



Include libprocessgroup into vndk in preparation for sched_policy
functions to be moved into it.

Bug: 111307099
Test: builds, boots
Merged-In: I09a528cac8821df3201c2428b151fd2eaece3ccb
Change-Id: I09a528cac8821df3201c2428b151fd2eaece3ccb
Signed-off-by: default avatarSuren Baghdasaryan <surenb@google.com>
parent 5d7439ff
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -3,7 +3,10 @@ cc_library {
    name: "libprocessgroup",
    name: "libprocessgroup",
    host_supported: true,
    host_supported: true,
    recovery_available: true,
    recovery_available: true,
    vendor_available: true,
    shared_libs: ["libbase"],
    shared_libs: ["libbase"],
    // for cutils/android_filesystem_config.h
    header_libs: [ "libcutils_headers" ],
    export_include_dirs: ["include"],
    export_include_dirs: ["include"],
    cflags: [
    cflags: [
        "-Wall",
        "-Wall",
+1 −1
Original line number Original line Diff line number Diff line
@@ -42,7 +42,7 @@
#include <android-base/properties.h>
#include <android-base/properties.h>
#include <android-base/stringprintf.h>
#include <android-base/stringprintf.h>
#include <android-base/strings.h>
#include <android-base/strings.h>
#include <private/android_filesystem_config.h>
#include <cutils/android_filesystem_config.h>


#include <processgroup/processgroup.h>
#include <processgroup/processgroup.h>