From c077871f684cc0e2a5087bc854869eecd1b2e684 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Mon, 5 Dec 2016 17:46:14 -0800 Subject: [PATCH] Tell Soong about TARGET_COPY_OUT_VENDOR So that it can properly install proprietary components in system/vendor/ or vendor/ Test: lunch aosp_arm-eng; m -j vulkan.default Test: lunch aosp_flounder-eng; m -j vulkan.default Change-Id: I98384d2b4f09c3b5de2ed04417880f366828234e --- core/soong_config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/core/soong_config.mk b/core/soong_config.mk index 1782ce5987..6440d82bed 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk @@ -37,6 +37,7 @@ $(SOONG_VARIABLES): FORCE echo ' "DevicePrefer32BitExecutables": $(if $(filter true,$(TARGET_PREFER_32_BIT_EXECUTABLES)),true,false),'; \ echo ' "UseGoma": $(if $(filter-out false,$(USE_GOMA)),true,false),'; \ echo ' "Debuggable": $(if $(filter userdebug eng,$(TARGET_BUILD_VARIANT)),true,false),'; \ + echo ' "VendorPath": "$(TARGET_COPY_OUT_VENDOR)",'; \ echo ''; \ echo ' "ClangTidy": $(if $(filter 1 true,$(WITH_TIDY)),true,false),'; \ echo ' "TidyChecks": "$(WITH_TIDY_CHECKS)",'; \