CAMERA: update import andorid.hardware.camera.device to V2
--camx-sevice upgrade to V2, the offline aidl interface also update to import device V2 Change-Id: Idb2d9598da8b0b293140f5b886292e89013c2b83 CRs-Fixed: 3427686
This commit is contained in:
@@ -6,7 +6,7 @@ aidl_interface {
|
||||
"vendor/qti/hardware/camera/offlinecamera/*.aidl",
|
||||
],
|
||||
imports: [
|
||||
"android.hardware.camera.device-V1",
|
||||
"android.hardware.camera.device-V2",
|
||||
],
|
||||
stability: "vintf",
|
||||
backend: {
|
||||
@@ -21,8 +21,9 @@ aidl_interface {
|
||||
versions_with_info: [
|
||||
{
|
||||
version: "1",
|
||||
imports: ["android.hardware.camera.device-V1"],
|
||||
imports: ["android.hardware.camera.device-V2"],
|
||||
},
|
||||
],
|
||||
frozen: true,
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user