platform_build_soong/cc/config
Colin Cross 324a457440 Consolidate ldflags that are used on all devices
Move ldflags that are specified for all devices into
deviceGlobalLdflags, and add them to linker.go:
-Wl,-z,noexecstack
-Wl,-z,relro
-Wl,-z,now
-Wl,--build-id=md5
-Wl,--warn-shared-textrel
-Wl,--fatal-warnings
-Wl,--no-undefined-version

Bug: 68855788
Test: m checkbuild
Change-Id: I82561b4189287d7638006f9e298c5151f9930c5e
2017-11-03 22:28:03 -07:00
..
arm64_device.go Consolidate ldflags that are used on all devices 2017-11-03 22:28:03 -07:00
arm_device.go Consolidate ldflags that are used on all devices 2017-11-03 22:28:03 -07:00
cfi_exports.map Revert "Revert "Build system changes for CFI (Soong)"" 2017-11-01 12:50:01 -07:00
clang.go Switch to clang-4393122. 2017-10-30 16:00:44 +00:00
global.go Consolidate ldflags that are used on all devices 2017-11-03 22:28:03 -07:00
integer_overflow_blacklist.txt Add integer_overflow sanitization build option. 2017-07-07 09:52:23 -07:00
mips64_device.go Consolidate ldflags that are used on all devices 2017-11-03 22:28:03 -07:00
mips_device.go Consolidate ldflags that are used on all devices 2017-11-03 22:28:03 -07:00
tidy.go Allow overriding tidy configs using environment variables 2016-11-02 15:47:20 -07:00
tidy_test.go Add clang-tidy support 2016-10-31 16:21:01 -07:00
toolchain.go Explicitly link the profile runtime during PGO 2017-10-04 22:25:19 -07:00
x86_64_device.go Consolidate ldflags that are used on all devices 2017-11-03 22:28:03 -07:00
x86_darwin_host.go Consolidate global cflags 2017-11-03 11:34:45 -07:00
x86_device.go Consolidate ldflags that are used on all devices 2017-11-03 22:28:03 -07:00
x86_linux_bionic_host.go Remove -Wl,--gc-sections from target flags 2017-11-03 11:34:45 -07:00
x86_linux_host.go Consolidate global cflags 2017-11-03 11:34:45 -07:00
x86_windows_host.go Consolidate global cflags 2017-11-03 11:34:45 -07:00