Mark libprocinfo vendor_avaialable.
libprocinfo belongs to vndk-cap. Mark it vendor_available to enable vndk abi stability checks on it. Details: https://android-review.googlesource.com/368372 Test: mm -j64 Bug: 38244611 Change-Id: Ib79c7e3bdde1c7d3cd9f2bb95c284b4690a22ebb
This commit is contained in:
parent
efb30b0ccd
commit
4362e5b0f8
|
@ -22,6 +22,7 @@ libprocinfo_cppflags = [
|
|||
|
||||
cc_library {
|
||||
name: "libprocinfo",
|
||||
vendor_available: true,
|
||||
host_supported: true,
|
||||
srcs: [
|
||||
"process.cpp",
|
||||
|
|
Loading…
Reference in New Issue