libpsi: Export library to vendor am: c467601098 am: 54c3db5d70

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

Change-Id: I59b45e92823d544f77c7dc207b0c836d2d56280d
This commit is contained in:
Sudarshan Rajagopalan 2020-09-29 01:39:26 +00:00 committed by Automerger Merge Worker
commit 449b0f229f
1 changed files with 2 additions and 0 deletions

View File

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