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

Commit d92c7d4f authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

libunwindstack links libdexfile_support statically now.

Cherry-picked from https://r.android.com/1707629.

Test: Boot
Test: mmm system/bt/gd
Test: gd/cert/run --rhost --clean
  (some errors and hangs eventually, but no difference from before this
  CL: http://go/paste/5965220192190464)
Tag: #refactor
Bug: 143978909
Change-Id: Ib6558a0e9e35bfb4d33cb890d64693d6c80d85df
Merged-In: Ib6558a0e9e35bfb4d33cb890d64693d6c80d85df
parent 3da78e95
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ LOCAL_host_libraries := \
	$(HOST_OUT_SHARED_LIBRARIES)/libz-host.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libprotobuf-cpp-full.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libunwindstack.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libdexfile_support.so \
	$(HOST_OUT_SHARED_LIBRARIES)/liblzma.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libbacktrace.so

+0 −1
Original line number Diff line number Diff line
@@ -324,7 +324,6 @@ function incremental_venv {
    cp {$HOST_LIB,$DEST_LIB_DIR}/libz-host.so
    cp {$HOST_LIB,$DEST_LIB_DIR}/libprotobuf-cpp-full.so
    cp {$HOST_LIB,$DEST_LIB_DIR}/libunwindstack.so
    cp {$HOST_LIB,$DEST_LIB_DIR}/libdexfile_support.so
    cp {$HOST_LIB,$DEST_LIB_DIR}/liblzma.so
    cp {$HOST_LIB,$DEST_LIB_DIR}/libbacktrace.so