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

Commit e9214bc1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove bytes matcher from base" am: 41d83c57 am: 55a81e6cc0

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

Change-Id: I91dd3f96833b0dea646293013d2d4d33c0264a88
parents c6f0cf26 41d83c57
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -15,7 +15,10 @@ android_test {
        "android.test.runner",
        "android.test.base",
    ],
    static_libs: ["junit"],
    static_libs: [
        "junit",
        "modules-utils-bytesmatcher",
    ],
    platform_apis: true,
    certificate: "platform",
}
+1 −1
Original line number Diff line number Diff line
@@ -16,11 +16,11 @@

package android.bluetooth.le;

import android.os.BytesMatcher;
import android.os.ParcelUuid;
import android.test.suitebuilder.annotation.SmallTest;

import com.android.internal.util.HexDump;
import com.android.modules.utils.BytesMatcher;

import junit.framework.TestCase;