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

Commit ab772313 authored by Pechetty Sravani (xWF)'s avatar Pechetty Sravani (xWF) Committed by Gerrit Code Review
Browse files

Revert "Revert "Adding EXTRA_ALLOWED_DEPS_TXT config for non-mai..."

Revert submission 3444766-non-aosp-allowed-deps

Reason for revert: <Droidmonitor created revert due to b/389580262.Will be verified through ABTD for standard investigation.>

Reverted changes: /q/submissionid:3444766-non-aosp-allowed-deps

Change-Id: I33a3f6f9f6a60191d77d302bfb34e3a7225fd612
parent d8956e9c
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -22,3 +22,6 @@
# Include definitions for prebuilt SDK, if present.
#
-include prebuilts/sdk/current/definitions.mk

# SDV-specific config.
-include system/software_defined_vehicle/platform/config.mk
+2 −0
Original line number Diff line number Diff line
@@ -358,6 +358,8 @@ $(call add_json_list, ProductPropFiles, $(TARGET_PRODUCT_PROP))
$(call add_json_list, OdmPropFiles, $(TARGET_ODM_PROP))
$(call add_json_list, VendorPropFiles, $(TARGET_VENDOR_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,
# to have the same behavior from runtime_libart.mk.
ifneq ($(PRODUCT_ART_TARGET_INCLUDE_DEBUG_BUILD),)