Fix build using ANDROID_COMPILE_WITH_JACK=false
services/core/.../wm/WindowManagerService.java:5175:
error: cannot find symbol
final class H extends Handler {
Bug: 32709235
Test: lunch aosp_x86-eng && make -j32 ANDROID_COMPILE_WITH_JACK=false
Change-Id: I8c5990cf5a244cc2cc784673225397f9d1a74923
This commit is contained in:
@@ -5172,7 +5172,7 @@ public class WindowManagerService extends IWindowManager.Stub
|
||||
// Async Handler
|
||||
// -------------------------------------------------------------
|
||||
|
||||
final class H extends Handler {
|
||||
final class H extends android.os.Handler {
|
||||
public static final int REPORT_FOCUS_CHANGE = 2;
|
||||
public static final int REPORT_LOSING_FOCUS = 3;
|
||||
public static final int DO_TRAVERSAL = 4;
|
||||
|
||||
Reference in New Issue
Block a user