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

Commit 3a137ce3 authored by William Escande's avatar William Escande
Browse files

Clean hidden api - Misc android/os

Remove hidden api for mainline project.
This will remove theses hidden api:
  BackgroundThread.getExecutor

Bug: 190443169
Tag: #refactor
Test: build
Ignore-AOSP-First: Merge conflict resolution
Change-Id: Ib797494e2c7b68d7bd62458c70a5b56926d51b66
parent 5fea601b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ android_app {
        "guava",
        "android.hardware.radio-V1.0-java",
        "mmslib",
        "modules-utils-backgroundthread",
    ],

    plugins: [
+1 −1
Original line number Diff line number Diff line
@@ -121,8 +121,8 @@ import com.android.bluetooth.vc.VolumeControlService;
import com.android.internal.R;
import com.android.internal.annotations.GuardedBy;
import com.android.internal.annotations.VisibleForTesting;
import com.android.internal.os.BackgroundThread;
import com.android.internal.os.BinderCallsStats;
import com.android.modules.utils.BackgroundThread;

import com.google.protobuf.InvalidProtocolBufferException;