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

Commit 09381b12 authored by William Escande's avatar William Escande Committed by Automerger Merge Worker
Browse files

Jarjar to prevent conflict w system/framework.jar am: 66d0a562

parents 138e835f 66d0a562
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ import static org.mockito.Mockito.eq;
import static org.mockito.Mockito.timeout;
import static org.mockito.Mockito.verify;

import android.hardware.radio.V1_0.ISap;
import com.android.bluetooth.x.android.hardware.radio.V1_0.ISap;
import android.os.Handler;
import android.os.HandlerThread;
import android.os.Message;
+4 −0
Original line number Diff line number Diff line
@@ -5,3 +5,7 @@ rule com.android.modules.utils.** com.android.bluetooth.x.@0
# Use our statically linked PlatformProperties library
rule android.sysprop.** com.android.bluetooth.x.@0

## used by /system/framework/framework.jar ##
rule android.hardware.radio.V1_0.** com.android.bluetooth.x.@0
rule com.google.android.mms.** com.android.bluetooth.x.@0
rule com.android.internal.util.** com.android.bluetooth.x.@0