commit | 4c3b83fe70dbb05f6aefb7a944e74c46368aca62 | [log] [tgz] |
---|---|---|
author | Sam Delmerico <delmerico@google.com> | Tue Feb 21 13:54:27 2023 -0500 |
committer | Sam Delmerico <delmerico@google.com> | Mon Mar 27 14:40:50 2023 -0400 |
tree | 933cb25bba408fd988aaa16bc0c0907730dc1fea | |
parent | afb2495f6fb1915446865282528f7a850fd86ee9 [diff] [blame] |
add PRODUCT_SOURCE_ROOT_DIRS product variable Change-Id: I31590eb133511a5dbdb8d6fe436cf511d1a160a2
diff --git a/core/soong_config.mk b/core/soong_config.mk index 0101796..0c6ab70 100644 --- a/core/soong_config.mk +++ b/core/soong_config.mk
@@ -306,6 +306,7 @@ $(call add_json_bool, IgnorePrefer32OnDevice, $(filter true,$(IGNORE_PREFER32_ON_DEVICE))) $(call add_json_list, IncludeTags, $(PRODUCT_INCLUDE_TAGS)) +$(call add_json_list, SourceRootDirs, $(PRODUCT_SOURCE_ROOT_DIRS)) $(call json_end)