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

Commit 75a6ad81 authored by Nikita Ioffe's avatar Nikita Ioffe Committed by Automerger Merge Worker
Browse files

Merge "Revert "Add ota_dexopt_aidl_interface"" am: 8a415895 am: 8ca7968c am: a1e88d5c

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1757571

Change-Id: I8fec1baf44250ed61563280fdde8fbe65a02984a
parents c9bd0f66 a1e88d5c
Loading
Loading
Loading
Loading
+0 −20
Original line number Diff line number Diff line
@@ -317,26 +317,6 @@ aidl_interface {
    },
}

// Build C++ bindings for OtaDexopt services. Needed by otapreopt_chroot
aidl_interface {
    name: "ota_dexopt_aidl_interface",
    unstable: true,
    srcs: [
        "android/content/pm/IOtaDexopt.aidl",
    ],
    backend: {
        java: {
            sdk_version: "28",
        },
        cpp: {
            enabled: true,
        },
        ndk: {
            enabled: false,
        },
    },
}

// Avoid including Parcelable classes as we don't want to have two copies of
// Parcelable cross the libraries. This is used by telephony-common (frameworks/opt/telephony)
// and TeleService app (packages/services/Telephony).