mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Finalize android.hardware.graphics.common-V3
For some unknown reason, the Android.bp file was not updated when freezeing the V3 of android.hardware.graphics.common interface. Fixing it manually. Bug: 230660133 Test: `m nothing` with https://googleplex-android-review.git.corp.google.com/q/topic:Tiramisu-SDK-Finalization-rel Change-Id: I4bf6548e1200864810bcf8a7c1025ba56d48747b
This commit is contained in:
@@ -40,8 +40,24 @@ aidl_interface {
|
||||
min_sdk_version: "29",
|
||||
},
|
||||
},
|
||||
versions: [
|
||||
"1",
|
||||
"2",
|
||||
versions_with_info: [
|
||||
{
|
||||
version: "1",
|
||||
imports: [
|
||||
"android.hardware.common-V2",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "2",
|
||||
imports: [
|
||||
"android.hardware.common-V2",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "3",
|
||||
imports: [
|
||||
"android.hardware.common-V2",
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user