Merge "Remove Vndk_use_version property from AIDL" into main

This commit is contained in:
Treehugger Robot
2024-06-05 01:34:48 +00:00
committed by Gerrit Code Review
4 changed files with 0 additions and 4 deletions

View File

@@ -13,7 +13,6 @@ aidl_interface {
vendor_available: true,
product_available: true,
double_loadable: true,
vndk_use_version: "2",
srcs: [
"android/hardware/common/*.aidl",
],

View File

@@ -12,7 +12,6 @@ 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",

View File

@@ -13,7 +13,6 @@ aidl_interface {
host_supported: true,
vendor_available: true,
double_loadable: true,
vndk_use_version: "5",
srcs: [
"android/hardware/graphics/common/*.aidl",
],

View File

@@ -30,7 +30,6 @@ aidl_interface {
vendor_available: true,
double_loadable: true,
frozen: false,
vndk_use_version: "1",
srcs: [
"android/hardware/graphics/composer3/*.aidl",
],