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

Commit 16ee6e52 authored by Christopher Ferris's avatar Christopher Ferris Committed by Gerrit Code Review
Browse files

Merge "Remove all references to libbacktrace."

parents 531e4a97 81cf7574
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -39,8 +39,7 @@ 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)/liblzma.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libbacktrace.so
	$(HOST_OUT_SHARED_LIBRARIES)/liblzma.so

LOCAL_target_executables := \
	$(TARGET_OUT_EXECUTABLES)/bluetooth_stack_with_facade
+0 −1
Original line number Diff line number Diff line
@@ -362,7 +362,6 @@ function incremental_venv {
    cp {$HOST_LIB,$DEST_LIB_DIR}/libprotobuf-cpp-full.so
    cp {$HOST_LIB,$DEST_LIB_DIR}/libunwindstack.so
    cp {$HOST_LIB,$DEST_LIB_DIR}/liblzma.so
    cp {$HOST_LIB,$DEST_LIB_DIR}/libbacktrace.so

    i="${ANDROID_BUILD_TOP}/packages/modules/Bluetooth/system/setup.py"
    cp {${ANDROID_BUILD_TOP}/packages/modules/Bluetooth/system,$DEST_DIR}${i#${ANDROID_BUILD_TOP}/packages/modules/Bluetooth/system}
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ Examples of currently used libraries:
    *   base::BindOnce
    *   base::Bind
*   google-breakpad: host binary crash handler
*   libbacktrace: print stacktrace on crash on host
*   libunwindstack: print stacktrace on crash on host

## Exposed symbols