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