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

Commit ec0fccfb authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Adding EXTRA_ALLOWED_DEPS_TXT config for non-mainline deps" into main

parents fec5d01b efaeb5e5
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -22,3 +22,6 @@
# Include definitions for prebuilt SDK, if present.
# Include definitions for prebuilt SDK, if present.
#
#
-include prebuilts/sdk/current/definitions.mk
-include prebuilts/sdk/current/definitions.mk

# SDV-specific config.
-include system/software_defined_vehicle/platform/config.mk
+2 −0
Original line number Original line Diff line number Diff line
@@ -348,6 +348,8 @@ $(call add_json_list, SystemExtPropFiles, $(TARGET_SYSTEM_EXT_PROP))
$(call add_json_list, ProductPropFiles, $(TARGET_PRODUCT_PROP))
$(call add_json_list, ProductPropFiles, $(TARGET_PRODUCT_PROP))
$(call add_json_list, OdmPropFiles, $(TARGET_ODM_PROP))
$(call add_json_list, OdmPropFiles, $(TARGET_ODM_PROP))


$(call add_json_str, ExtraAllowedDepsTxt, $(EXTRA_ALLOWED_DEPS_TXT))

# Do not set ArtTargetIncludeDebugBuild into any value if PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD is not set,
# Do not set ArtTargetIncludeDebugBuild into any value if PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD is not set,
# to have the same behavior from runtime_libart.mk.
# to have the same behavior from runtime_libart.mk.
ifneq ($(PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD),)
ifneq ($(PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD),)