Skip to content

Commit

Permalink
libunwindstack links libdexfile_support statically now.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
marstj committed Jun 1, 2021
1 parent 769c1a4 commit 6171313
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion gd/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion gd/cert/run
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6171313

Please sign in to comment.