aidl: light: Uprev to V2
Change-Id: I69ce3c31c63ed5316fec295bc2d79e060f43093b
This commit is contained in:
parent
6386a23aa1
commit
d71257fb4a
@ -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,
|
||||||
}
|
}
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user