Skip to content

Commit

Permalink
RDKC-14860 : Update the path for breakpad binaries (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdalal705 authored Apr 23, 2024
1 parent ef54545 commit 81b6524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdk_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export RDK_TOOLCHAIN_PATH=${RDK_TOOLCHAIN_PATH-`readlink -m $RDK_PROJECT_ROOT_PA
# default component name
export RDK_COMPONENT_NAME=${RDK_COMPONENT_NAME-`basename $RDK_SOURCE_PATH`}
export RDK_DIR=$RDK_PROJECT_ROOT_PATH
export RDK_DUMP_SYMS=${RDK_PROJECT_ROOT_PATH}/utility/prebuilts/breakpad-prebuilts/x86/dump_syms
export RDK_DUMP_SYMS=${RDK_PROJECT_ROOT_PATH}/build/components/amba/opensource/prebuilts/breakpad-prebuilts/x86/dump_syms
export INSTALL_PATH="$RDK_FSROOT_PATH/usr"

if [ "$XCAM_MODEL" == "SCHC2" ]; then
Expand Down

0 comments on commit 81b6524

Please sign in to comment.