commit | 738368dff547b064c57f9ab211b891a9addad335 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Jul 23 22:19:40 2018 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Wed Aug 15 20:41:56 2018 +0000 |
tree | ba62d677d02dbf6e01b99a478b116801e53bf636 | |
parent | 1fa790cb53ee8cf84aae23fb2857670c92e1c151 [diff] [blame] |
Default BUILD_BROKEN_ANDROIDMK_EXPORTS to false See https://android.googlesource.com/platform/build/+/master/Changes.md#export_keyword Bug: 73959648 Test: build/soong/build_test.bash on downstream branches Change-Id: I120e0cc381bae71101ec9ca48ee7cbe8a0b9615f
diff --git a/core/envsetup.mk b/core/envsetup.mk index c7c3f92..b92b485 100644 --- a/core/envsetup.mk +++ b/core/envsetup.mk
@@ -302,8 +302,7 @@ CHANGES_URL := https://android.googlesource.com/platform/build/+/master/Changes.md -# "" is equivalent to true currently. -ifeq ($(BUILD_BROKEN_ANDROIDMK_EXPORTS),false) +ifneq ($(BUILD_BROKEN_ANDROIDMK_EXPORTS),true) $(KATI_obsolete_export It is a global setting. See $(CHANGES_URL)#export_keyword) endif