mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Revert "Remove Vndk_use_version property from AIDL"" into main
This commit is contained in:
@@ -13,6 +13,7 @@ aidl_interface {
|
||||
vendor_available: true,
|
||||
product_available: true,
|
||||
double_loadable: true,
|
||||
vndk_use_version: "2",
|
||||
srcs: [
|
||||
"android/hardware/common/*.aidl",
|
||||
],
|
||||
|
||||
@@ -12,6 +12,7 @@ aidl_interface {
|
||||
name: "android.hardware.graphics.allocator",
|
||||
vendor_available: true,
|
||||
double_loadable: true,
|
||||
vndk_use_version: "2",
|
||||
srcs: ["android/hardware/graphics/allocator/*.aidl"],
|
||||
imports: [
|
||||
"android.hardware.common-V2",
|
||||
|
||||
@@ -13,6 +13,7 @@ aidl_interface {
|
||||
host_supported: true,
|
||||
vendor_available: true,
|
||||
double_loadable: true,
|
||||
vndk_use_version: "5",
|
||||
srcs: [
|
||||
"android/hardware/graphics/common/*.aidl",
|
||||
],
|
||||
|
||||
@@ -30,6 +30,7 @@ aidl_interface {
|
||||
vendor_available: true,
|
||||
double_loadable: true,
|
||||
frozen: false,
|
||||
vndk_use_version: "1",
|
||||
srcs: [
|
||||
"android/hardware/graphics/composer3/*.aidl",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user