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

Commit b444ab25 authored by Christopher Ferris's avatar Christopher Ferris Committed by Automerger Merge Worker
Browse files

Merge "Remove all references to libbacktrace." am: 16ee6e52 am: cd3d4b0f

parents 28532d64 cd3d4b0f
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -39,8 +39,7 @@ LOCAL_host_libraries := \
	$(HOST_OUT_SHARED_LIBRARIES)/libz-host.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libz-host.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libprotobuf-cpp-full.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libprotobuf-cpp-full.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libunwindstack.so \
	$(HOST_OUT_SHARED_LIBRARIES)/libunwindstack.so \
	$(HOST_OUT_SHARED_LIBRARIES)/liblzma.so \
	$(HOST_OUT_SHARED_LIBRARIES)/liblzma.so
	$(HOST_OUT_SHARED_LIBRARIES)/libbacktrace.so


LOCAL_target_executables := \
LOCAL_target_executables := \
	$(TARGET_OUT_EXECUTABLES)/bluetooth_stack_with_facade
	$(TARGET_OUT_EXECUTABLES)/bluetooth_stack_with_facade
+0 −1
Original line number Original line 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}/libprotobuf-cpp-full.so
    cp {$HOST_LIB,$DEST_LIB_DIR}/libunwindstack.so
    cp {$HOST_LIB,$DEST_LIB_DIR}/libunwindstack.so
    cp {$HOST_LIB,$DEST_LIB_DIR}/liblzma.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"
    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}
    cp {${ANDROID_BUILD_TOP}/packages/modules/Bluetooth/system,$DEST_DIR}${i#${ANDROID_BUILD_TOP}/packages/modules/Bluetooth/system}
+1 −1
Original line number Original line Diff line number Diff line
@@ -174,7 +174,7 @@ Examples of currently used libraries:
    *   base::BindOnce
    *   base::BindOnce
    *   base::Bind
    *   base::Bind
*   google-breakpad: host binary crash handler
*   google-breakpad: host binary crash handler
*   libbacktrace: print stacktrace on crash on host
*   libunwindstack: print stacktrace on crash on host


## Exposed symbols
## Exposed symbols