Spacewar: hidl: Bump light aidl to v2

Change-Id: I5f7b581cca06408fe6d74cfd1b797a088f2fd33a
This commit is contained in:
dianlujitao
2022-10-03 17:55:13 +08:00
committed by x0x00044
parent 06ed7ab464
commit a44357a5cd
2 changed files with 2 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ cc_binary {
"liblog",
"libhardware",
"libbinder_ndk",
"android.hardware.light-V1-ndk_platform",
"android.hardware.light-V2-ndk",
],
srcs: [
"Lights.cpp",

View File

@@ -1,6 +1,7 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.light</name>
<version>2</version>
<fqname>ILights/default</fqname>
</hal>
</manifest>