Merge "__ANDROID_UNGUARDED_AVAILABILITY__ is gone now." am: 272649ceb5
am: 8198c438ca
am: eac2d22f6b
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1596932 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I13975b59c2c7e5c4c13c1795458932e99efc2d34
This commit is contained in:
commit
ca8a75e102
|
@ -151,8 +151,6 @@ func init() {
|
|||
// This macro allows the bionic versioning.h to indirectly determine whether the
|
||||
// option -Wunguarded-availability is on or not.
|
||||
"-D__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__",
|
||||
// TODO: remove this once prebuilt SDKs are only using the above macro instead.
|
||||
"-D__ANDROID_UNGUARDED_AVAILABILITY__",
|
||||
}, " "))
|
||||
|
||||
pctx.StaticVariable("ClangExtraCppflags", strings.Join([]string{
|
||||
|
|
Loading…
Reference in New Issue