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

Commit 9fd0b0b3 authored by Steven Moreland's avatar Steven Moreland
Browse files

IInterface: remove some C++ AIDL exceptions

Prune down list for visibility.

Bug: 64223827
Test: build
Change-Id: If339536b2b053399c8943f26b09c610107f652a7
parent 1e1a07f0
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -220,8 +220,6 @@ constexpr const char* const kManualInterfaces[] = {
        "android.app.IActivityManager",
        "android.app.IUidObserver",
        "android.drm.IDrm",
        "android.dvr.IVsyncCallback",
        "android.dvr.IVsyncService",
        "android.gfx.tests.ICallback",
        "android.gfx.tests.IIPCTest",
        "android.gfx.tests.ISafeInterfaceTest",
@@ -264,17 +262,12 @@ constexpr const char* const kManualInterfaces[] = {
        "android.media.IResourceManagerService",
        "android.os.IComplexTypeInterface",
        "android.os.IPermissionController",
        "android.os.IPingResponder",
        "android.os.IProcessInfoService",
        "android.os.ISchedulingPolicyService",
        "android.os.IStringConstants",
        "android.os.storage.IObbActionListener",
        "android.os.storage.IStorageEventListener",
        "android.os.storage.IStorageManager",
        "android.os.storage.IStorageShutdownObserver",
        "android.service.vr.IPersistentVrStateCallbacks",
        "android.service.vr.IVrManager",
        "android.service.vr.IVrStateCallbacks",
        "android.ui.ISurfaceComposer",
        "android.utils.IMemory",
        "android.utils.IMemoryHeap",
@@ -286,9 +279,6 @@ constexpr const char* const kManualInterfaces[] = {
        "com.android.internal.os.IShellCallback",
        "drm.IDrmManagerService",
        "drm.IDrmServiceListener",
        "IAAudioClient",
        "IAAudioService",
        "VtsFuzzer",
        nullptr,
};