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

Commit d8a97f2a authored by Corey Tabaka's avatar Corey Tabaka
Browse files

libvrhwc: Fix dependency order because Soong.

Static library dependencies must (usually) be in reverse order of
dependency. Use the correct dependency order to fix the build.

Bug: None
Test: make -j30
Change-Id: I332c800d993561ade3afb3c5eadeee73f97fb475
parent 21d072ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,9 +10,9 @@ cc_library_shared {
  static_libs: [
    "libhwcomposer-client",
    "libdisplay",
    "libpdx_default_transport",
    "libbufferhub",
    "libbufferhubqueue",
    "libbufferhub",
    "libpdx_default_transport",
  ],

  shared_libs: [