libpsi: Export library to vendor am: c467601098 am: 54c3db5d70 am: 449b0f229f am: c9703e8e18

Original change: https://android-review.googlesource.com/c/platform/system/memory/lmkd/+/1437955

Change-Id: I82b31efaf6b8347019fc934d154493a132cdec0d
This commit is contained in:
Sudarshan Rajagopalan 2020-09-29 02:22:19 +00:00 committed by Automerger Merge Worker
commit b94cc1c4d3
1 changed files with 2 additions and 0 deletions

View File

@ -1,11 +1,13 @@
cc_library_headers {
name: "libpsi_headers",
export_include_dirs: ["include"],
vendor_available: true,
}
cc_library {
name: "libpsi",
srcs: ["psi.cpp"],
vendor_available: true,
shared_libs: [
"liblog"
],