diff options
author | Jayant Chowdhary <jchowdhary@google.com> | 2017-05-16 15:04:53 -0700 |
---|---|---|
committer | Jayant Chowdhary <jchowdhary@google.com> | 2017-05-24 14:44:30 -0700 |
commit | e37259ec8b22ef7348806d14da7ace337e0a1041 (patch) | |
tree | 343d5ff92e936e39c389564a7605bfa5a908b549 /libsuspend | |
parent | efb30b0ccdd22500897033a0923a079d4454adb8 (diff) | |
download | core-e37259ec8b22ef7348806d14da7ace337e0a1041.tar.gz core-e37259ec8b22ef7348806d14da7ace337e0a1041.tar.bz2 core-e37259ec8b22ef7348806d14da7ace337e0a1041.zip |
Mark libsuspend vendor_available.
libsuspend 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: I2243c6d8710b6b2f80375849e82afba28a735507
Diffstat (limited to 'libsuspend')
-rw-r--r-- | libsuspend/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libsuspend/Android.bp b/libsuspend/Android.bp index d27ceea68..78831510a 100644 --- a/libsuspend/Android.bp +++ b/libsuspend/Android.bp @@ -2,6 +2,8 @@ cc_library { name: "libsuspend", + vendor_available: true, + srcs: [ "autosuspend.c", "autosuspend_autosleep.c", |