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

Commit ae6bcd26 authored by Mathias Agopian's avatar Mathias Agopian
Browse files

fix circular dependency libnativewindow <-> libui

Bug: 37647680
Bug: 37648355
Test: compile, manual
Change-Id: Ib13fe0ad32d6b4ebfc726003ffb65cb5887e24f9
parent 78d69df3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -530,7 +530,6 @@ struct ANativeWindow
 /* Backwards compatibility: use ANativeWindow (struct ANativeWindow in C).
  * android_native_window_t is deprecated.
  */
typedef struct ANativeWindow ANativeWindow;
typedef struct ANativeWindow android_native_window_t __deprecated;

/*