libpsi: Add explicit header files am: 8771e054e8 am: 41dc0274a3
Original change: https://android-review.googlesource.com/c/platform/system/memory/lmkd/+/1437956 Change-Id: I70265a45d7aed65c9341b91db8b26968a2de1fe2
This commit is contained in:
commit
21eb403400
|
|
@ -11,6 +11,7 @@ cc_library {
|
||||||
],
|
],
|
||||||
header_libs: [
|
header_libs: [
|
||||||
"libpsi_headers",
|
"libpsi_headers",
|
||||||
|
"libcutils_headers",
|
||||||
],
|
],
|
||||||
export_header_lib_headers: [
|
export_header_lib_headers: [
|
||||||
"libpsi_headers",
|
"libpsi_headers",
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,8 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <log/log.h>
|
#include <log/log.h>
|
||||||
|
#include <cutils/fs.h>
|
||||||
|
#include <stdio.h>
|
||||||
#include "psi/psi.h"
|
#include "psi/psi.h"
|
||||||
|
|
||||||
#define PSI_MON_FILE_MEMORY "/proc/pressure/memory"
|
#define PSI_MON_FILE_MEMORY "/proc/pressure/memory"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue