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

Commit aad73c2e authored by Chan Wang's avatar Chan Wang Committed by Automerger Merge Worker
Browse files

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

Merge "Revert "Revert "Adding EXTRA_ALLOWED_DEPS_TXT config for non-mai..."" into main am: 471b2b36

Original change: https://android-review.googlesource.com/c/platform/build/+/3449931



Change-Id: I3a223e98ef9b0512097a4c61638e0b8bedb957c7
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 4ed364bf 471b2b36
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),)