Skip to content

Commit

Permalink
devon: Override lib_to_package_fixup
Browse files Browse the repository at this point in the history
Change-Id: Ief81b15828be19d37be56eb98d1e36106e6dbc72
  • Loading branch information
mikeNG committed Aug 30, 2024
1 parent 1baf6f3 commit f50bdd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup-makefiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ function vendor_imports() {
EOF
}

function lib_to_package_fixup() {
lib_to_package_fixup_clang_rt_ubsan_standalone "$1" ||
lib_to_package_fixup_proto_3_9_1 "$1"
}

# If we're being sourced by the common script that we called,
# stop right here. No need to go down the rabbit hole.
if [ "${BASH_SOURCE[0]}" != "${0}" ]; then
Expand Down

0 comments on commit f50bdd8

Please sign in to comment.