aidl: light: Uprev to V2

Change-Id: I69ce3c31c63ed5316fec295bc2d79e060f43093b
This commit is contained in:
Sebastiano Barezzi 2023-11-13 00:14:58 +01:00
parent 6386a23aa1
commit d71257fb4a
No known key found for this signature in database
GPG Key ID: 763BD3AE91A7A13F
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ cc_binary {
shared_libs: [ shared_libs: [
"libbase", "libbase",
"libbinder_ndk", "libbinder_ndk",
"android.hardware.light-V1-ndk", "android.hardware.light-V2-ndk",
], ],
vendor: true, vendor: true,
} }

View File

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