libpsi: Export library to vendor am: c467601098

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

Change-Id: I71df63d382caf5f06131b1f7950dab1955bb6c4d
This commit is contained in:
Sudarshan Rajagopalan 2020-09-29 01:21:07 +00:00 committed by Automerger Merge Worker
commit 54c3db5d70
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"
],