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

Commit 41d83c57 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove bytes matcher from base"

parents 86e4a8ba 84b11f5a
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;