Skip to content

Commit

Permalink
Mark libsysutils vendor_available.
Browse files Browse the repository at this point in the history
libsysutils 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: I3ef1d09c7e836549eb13ce68ac7cdcd5923bde0f
  • Loading branch information
Jayant Chowdhary committed May 24, 2017
1 parent efb30b0 commit a1bdd24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libsysutils/Android.bp
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
cc_library_shared {
name: "libsysutils",
vendor_available: true,

srcs: [
"src/SocketListener.cpp",
"src/FrameworkListener.cpp",
Expand Down

0 comments on commit a1bdd24

Please sign in to comment.