commit | 8fe4cee3e7b8747ae4a2637d609768dfe61e31a3 | [log] [tgz] |
---|---|---|
author | Tri Vo <trong@google.com> | Tue Aug 14 13:39:52 2018 -0700 |
committer | Tri Vo <trong@google.com> | Tue Aug 14 13:39:55 2018 -0700 |
tree | 4aed79f64cb732a39b24bb8ae03bfc0b8d0c4724 | |
parent | c659c36c4de013886d26a1d1c0ee28108457f3ff [diff] |
Remove libsuspend from VNDK. Only platform should ever have access to libsuspend Test: presubmit Change-Id: I5d58aeb98d5e777d81d4d65f7a62fe2fb50a72d4
diff --git a/libsuspend/Android.bp b/libsuspend/Android.bp index b3e36c2..c5f1f5e 100644 --- a/libsuspend/Android.bp +++ b/libsuspend/Android.bp
@@ -2,11 +2,6 @@ cc_library { name: "libsuspend", - vendor_available: true, - vndk: { - enabled: true, - }, - srcs: [ "autosuspend.c", "autosuspend_wakeup_count.cpp",