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

Commit 7d9bdc0a 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...

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

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2132740



Change-Id: I3a4a07bf43a7bdd0a27da23c02d8f8d0f8a288c8
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents d01d55b5 cb998284
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