Remove Vndk_use_version property from AIDL

Vndk_use_version property is no longer in use with deprecation of VNDK.
Remove Vndk_use_version property and its usage.

Bug: 328994089
Test: AOSP CF build succeeded
Change-Id: I681cc850341a7dc47416dc81c1da21b687f87b1b
Merged-In: I681cc850341a7dc47416dc81c1da21b687f87b1b
This commit is contained in:
Kiyoung Kim 2024-05-27 15:49:43 +09:00
parent e2e4e54a0a
commit ec3db82cd0
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",
],