Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f88ec9c authored by Pechetty Sravani's avatar Pechetty Sravani Committed by Gerrit Code Review
Browse files

Revert "Remove Vndk_use_version property from AIDL"

Revert submission 3102645-no_vndk_aidl

Reason for revert: Droidmonitor triggered revert due to build breakage in b/345063864. Will be verifying through ABTD before submission.

Reverted changes: /q/submissionid:3102645-no_vndk_aidl

Change-Id: Idc33bb7fbad72d18ac46a69639ac81bf554d469f
parent ec3db82c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ aidl_interface {
    vendor_available: true,
    product_available: true,
    double_loadable: true,
    vndk_use_version: "2",
    srcs: [
        "android/hardware/common/*.aidl",
    ],
+1 −0
Original line number Diff line number Diff line
@@ -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",
+1 −0
Original line number Diff line number Diff line
@@ -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",
    ],
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ aidl_interface {
    vendor_available: true,
    double_loadable: true,
    frozen: false,
    vndk_use_version: "1",
    srcs: [
        "android/hardware/graphics/composer3/*.aidl",
    ],