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

Commit b8cab053 authored by Jihoon Kang's avatar Jihoon Kang
Browse files

Export userdata partition related variables to Soong

Were imported to Soong in https://r.android.com/3342023 but not exported
from Make.

Test: Verify that userdata.img is created in soong only build
Change-Id: Ie5d9007a33ec89b9d1872d983684390d4ff21edf
parent ab314a9f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -196,6 +196,8 @@ $(call add_json_str, OemPath, $(TARGET_COPY_OUT_OEM))
$(call add_json_bool, MinimizeJavaDebugInfo,             $(filter true,$(PRODUCT_MINIMIZE_JAVA_DEBUG_INFO)))
$(call add_json_str,  RecoveryPath,                      $(TARGET_COPY_OUT_RECOVERY))
$(call add_json_bool, BuildingRecoveryImage,             $(BUILDING_RECOVERY_IMAGE))
$(call add_json_str,  UserdataPath,                      $(TARGET_COPY_OUT_DATA))
$(call add_json_bool, BuildingUserdataImage,             $(BUILDING_USERDATA_IMAGE))

$(call add_json_bool, UseGoma,                           $(filter-out false,$(USE_GOMA)))
$(call add_json_bool, UseRBE,                            $(filter-out false,$(USE_RBE)))