DO NOT MERGE: Revert "Add libprocessgroup into VNDK"
This reverts commit dad4749731.
Reason for revert: Broke AOSP
Change-Id: I019e1226a65b31495984cf47ad471771b4880c45
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
This commit is contained in:
parent
b5394db682
commit
c4a02d25a9
2 changed files with 1 additions and 4 deletions
|
|
@ -3,10 +3,7 @@ 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",
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
#include <android-base/properties.h>
|
||||
#include <android-base/stringprintf.h>
|
||||
#include <android-base/strings.h>
|
||||
#include <cutils/android_filesystem_config.h>
|
||||
#include <private/android_filesystem_config.h>
|
||||
|
||||
#include <processgroup/processgroup.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue