violet: light: Bump light aidl to v2

Change-Id: I5f7b581cca06408fe6d74cfd1b797a088f2fd33a
This commit is contained in:
dianlujitao
2023-07-29 08:51:23 +00:00
committed by kibria5
parent 0729da9d5d
commit 20c1331fcb
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ cc_binary {
"liblog",
"libhardware",
"libbinder_ndk",
"android.hardware.light-V1-ndk",
"android.hardware.light-V2-ndk",
],
srcs: [
"aidl/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>