Merge "Exclude crtbrand.o from the NDK sysroot." am: ac599ac89e
am: 523e3ec2c3
Original change: https://android-review.googlesource.com/c/platform/bionic/+/2524215 Change-Id: I47bb1e8853a269e79d3483bc7bf75e0d446b61d0 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1bd84531f0
1 changed files with 2 additions and 0 deletions
|
@ -2183,6 +2183,8 @@ cc_object {
|
|||
srcs: ["arch-common/bionic/crtbrand.S"],
|
||||
|
||||
defaults: ["crt_so_defaults"],
|
||||
// crtbrand is an intermediate artifact, not a final CRT object.
|
||||
exclude_from_ndk_sysroot: true,
|
||||
}
|
||||
|
||||
cc_object {
|
||||
|
|
Loading…
Reference in a new issue