libpsi: Export library to vendor am: c467601098 am: 54c3db5d70 am: 449b0f229f am: c9703e8e18 am: b94cc1c4d3
Original change: https://android-review.googlesource.com/c/platform/system/memory/lmkd/+/1437955 Change-Id: Iea962c01c5132af48d79c7d325aadd8ec1b3aecc
This commit is contained in:
commit
c30332e48f
|
|
@ -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"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue