• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

system/hardware/interfaces


Commit MetaInfo

Revision0b2e22d1294b3aba5a149d5915b0f15ee5971c38 (tree)
Zeit2019-03-05 12:27:19
AutorSteven Moreland <smoreland@goog...>
Commiterandroid-build-merger

Log Message

Merge "Use auto-generated makefile for suspend HAL." am: 78b6eb0fac am: 1a40c5cbbe
am: 11a155ba7b

Change-Id: I22ce7eb18e0d4a92a3b0fff75478e70b0c811c2d

Ändern Zusammenfassung

Diff

--- 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+