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:
commit
54c3db5d70
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue