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

Commit 84b11f5a authored by William Escande's avatar William Escande
Browse files

Remove bytes matcher from base

Bytes matcher has been moved to frameworks/libs/modules-utils in this
CL: aosp/1821533

Bug: 200202780
Tag: #refactor
Test: atest cts/tests/tests/bluetooth/src/android/bluetooth/cts/ScanRecordTest.java frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/ScanRecordTest.java
Change-Id: I4d374217100635a49918f8e88f2cb5327e758e9f
parent 68e41e54
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;