summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2019-03-04 17:01:23 -0800
committerSteven Moreland <smoreland@google.com>2019-03-04 17:01:23 -0800
commit3986b6ef2513aefeae8055b5650ad154d03e88ac (patch)
treee90b6272e444d431bd3d3ebc92fa60c3b61e9553
parent0a0f1fde38f76e4eee8ebbd355834ed65aad3d86 (diff)
downloadinterfaces-3986b6ef2513aefeae8055b5650ad154d03e88ac.tar.gz
Use auto-generated makefile for suspend HAL.
Bug: 123976090 Test: system/hardware/interfaces/update-makefiles.sh Change-Id: I8406240dda30b954be0c2f4e8136bd60ec0a51ba
-rw-r--r--suspend/1.0/Android.bp7
1 files changed, 5 insertions, 2 deletions
diff --git a/suspend/1.0/Android.bp b/suspend/1.0/Android.bp
index a34d7f8..5502d63 100644
--- a/suspend/1.0/Android.bp
+++ b/suspend/1.0/Android.bp
@@ -1,3 +1,5 @@
+// This file is autogenerated by hidl-gen -Landroidbp.
+
hidl_interface {
name: "android.system.suspend@1.0",
root: "android.system",
@@ -5,12 +7,13 @@ hidl_interface {
enabled: true,
},
srcs: [
+ "types.hal",
"ISystemSuspend.hal",
"IWakeLock.hal",
- "types.hal",
],
interfaces: [
"android.hidl.base@1.0",
],
- gen_java: false,
+ gen_java: true,
}
+