• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

system/hardware/interfaces


Commit MetaInfo

Révision3986b6ef2513aefeae8055b5650ad154d03e88ac (tree)
l'heure2019-03-05 10:01:23
AuteurSteven Moreland <smoreland@goog...>
CommiterSteven Moreland

Message de Log

Use auto-generated makefile for suspend HAL.

Bug: 123976090
Test: system/hardware/interfaces/update-makefiles.sh
Change-Id: I8406240dda30b954be0c2f4e8136bd60ec0a51ba

Change Summary

Modification

--- a/suspend/1.0/Android.bp
+++ b/suspend/1.0/Android.bp
@@ -1,3 +1,5 @@
1+// This file is autogenerated by hidl-gen -Landroidbp.
2+
13 hidl_interface {
24 name: "android.system.suspend@1.0",
35 root: "android.system",
@@ -5,12 +7,13 @@ hidl_interface {
57 enabled: true,
68 },
79 srcs: [
10+ "types.hal",
811 "ISystemSuspend.hal",
912 "IWakeLock.hal",
10- "types.hal",
1113 ],
1214 interfaces: [
1315 "android.hidl.base@1.0",
1416 ],
15- gen_java: false,
17+ gen_java: true,
1618 }
19+