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
This commit is contained in:
parent
1fa790cb53
commit
738368dff5
1 changed files with 1 additions and 2 deletions
|
@ -302,8 +302,7 @@ $(foreach var,$(vars), \
|
||||||
|
|
||||||
CHANGES_URL := https://android.googlesource.com/platform/build/+/master/Changes.md
|
CHANGES_URL := https://android.googlesource.com/platform/build/+/master/Changes.md
|
||||||
|
|
||||||
# "" is equivalent to true currently.
|
ifneq ($(BUILD_BROKEN_ANDROIDMK_EXPORTS),true)
|
||||||
ifeq ($(BUILD_BROKEN_ANDROIDMK_EXPORTS),false)
|
|
||||||
$(KATI_obsolete_export It is a global setting. See $(CHANGES_URL)#export_keyword)
|
$(KATI_obsolete_export It is a global setting. See $(CHANGES_URL)#export_keyword)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue