Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85534660 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Include android_soong_config_vars.mk in the make (kati) step." am:...

Merge "Include android_soong_config_vars.mk in the make (kati) step." am: 36c1435e am: 7e3f5430 am: b46772a7

Original change: https://android-review.googlesource.com/c/platform/build/+/1595337

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I120d96d5ff600e257a7784c195aa2f821622389b
parents b65277cb b46772a7
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1163,8 +1163,11 @@ endif
dont_bother_goals := out \
    product-graph dump-products

ifeq ($(CALLED_FROM_SETUP),true)
# Make ANDROID Soong config variables visible to Android.mk files, for
# consistency with those defined in BoardConfig.mk files.
include $(BUILD_SYSTEM)/android_soong_config_vars.mk

ifeq ($(CALLED_FROM_SETUP),true)
include $(BUILD_SYSTEM)/ninja_config.mk
include $(BUILD_SYSTEM)/soong_config.mk
endif