Commit 529489ff authored by Emily's avatar Emily
Browse files

androidenv.androidPkgs.emulator: drop unused LLVM library

None of the libraries reference this.
parent 86e39d17
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -36,7 +36,6 @@ deployAndroidPackage {
        nss
        nspr
        alsa-lib
        llvmPackages_15.libllvm.lib
        waylandpp.lib
      ]
    )
@@ -70,10 +69,6 @@ deployAndroidPackage {
        patchelf --replace-needed libtiff.so.5 libtiff.so "$file" || true
      done

      for file in $out/libexec/android-sdk/emulator/lib64/vulkan/libvulkan_lvp.so; do
        patchelf --replace-needed libLLVM-15.so.1 libLLVM-15.so "$file" || true
      done

      autoPatchelf $out

      # Wrap emulator so that it can load required libraries at runtime