DO NOT MERGE: Revert "Revert "Add libprocessgroup into VNDK""

This reverts commit c4a02d25a9.

Reason for revert: AOSP is fixed with new vendor image

Change-Id: Ifc1c4d51aa1b168ef62cf58275b908d98b9a04bf
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
This commit is contained in:
Suren Baghdasaryan 2019-01-25 05:29:55 +00:00
parent 1420c1371f
commit 7bf4381a82
2 changed files with 4 additions and 1 deletions

View file

@ -3,7 +3,10 @@ cc_library {
name: "libprocessgroup",
host_supported: true,
recovery_available: true,
vendor_available: true,
shared_libs: ["libbase"],
// for cutils/android_filesystem_config.h
header_libs: [ "libcutils_headers" ],
export_include_dirs: ["include"],
cflags: [
"-Wall",

View file

@ -42,7 +42,7 @@
#include <android-base/properties.h>
#include <android-base/stringprintf.h>
#include <android-base/strings.h>
#include <private/android_filesystem_config.h>
#include <cutils/android_filesystem_config.h>
#include <processgroup/processgroup.h>