rosemary: lights: Uprev light aidl to v2

Change-Id: Id16a35cd1b38d9e39533cfd9a5b0bb74b51cb73a
This commit is contained in:
SamarV-121
2022-10-12 19:33:29 +05:30
committed by Matsvei Niaverau
parent a355902279
commit ec1ca2871b
2 changed files with 2 additions and 1 deletions

View File

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

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>