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

Commit ce06a074 authored by Manish Goregaokar's avatar Manish Goregaokar Committed by Automerger Merge Worker
Browse files

Merge "Revert^2 "Add default cc_rustlibs_for_make module to static binaries""...

Merge "Revert^2 "Add default cc_rustlibs_for_make module to static binaries"" into main am: 8a138759 am: eadbbe94

Original change: https://android-review.googlesource.com/c/platform/build/+/3517954



Change-Id: I30367f9e67bb46b53a156f70de61e2d03205cadf
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e8b6c8e5 eadbbe94
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ ifneq ($(filter $(my_cxx_stl),libc++ libc++_static),)
        my_static_libraries += libc++demangle

        ifeq ($(my_link_type),static)
            my_static_libraries += libm libc libunwind
            my_static_libraries += libm libc libunwind libstatic_rustlibs_for_make
        endif
    endif
else ifeq ($(my_cxx_stl),ndk)