Remove libsuspend from VNDK.

Only platform should ever have access to libsuspend

Test: presubmit
Change-Id: I5d58aeb98d5e777d81d4d65f7a62fe2fb50a72d4
This commit is contained in:
Tri Vo 2018-08-14 13:39:52 -07:00
parent 67bf7dff4a
commit f8398ee24c

View file

@ -2,11 +2,6 @@
cc_library {
name: "libsuspend",
vendor_available: true,
vndk: {
enabled: true,
},
srcs: [
"autosuspend.c",
"autosuspend_wakeup_count.cpp",