Merge "Update the lib name in the CachedAppOptimizerTest"

This commit is contained in:
Jing Ji
2022-01-27 22:58:07 +00:00
committed by Android (Google) Code Review

View File

@@ -97,7 +97,7 @@ public final class CachedAppOptimizerTest {
@Before
public void setUp() {
System.loadLibrary("activitymanagermockingservicestestjni");
System.loadLibrary("mockingservicestestjni");
mHandlerThread = new HandlerThread("");
mHandlerThread.start();
mHandler = new Handler(mHandlerThread.getLooper());