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

Commit a7fbcaa4 authored by Anton Hansson's avatar Anton Hansson Committed by android-build-merger
Browse files

Merge "Disable artifact path requirements for asan builds" am: 2f8e2b8e

am: 60040d42

Change-Id: I95b387c13273137a21fc55c66b3a5472ce549d37
parents 79ca19b6 60040d42
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1079,7 +1079,8 @@ ifdef FULL_BUILD
  product_MODULES := $(_pif_modules)

  # Verify the artifact path requirements made by included products.
  ifneq (true,$(DISABLE_ARTIFACT_PATH_REQUIREMENTS))
  is_asan := $(if $(filter address,$(SANITIZE_TARGET)),true)
  ifneq (true,$(or $(is_asan),$(DISABLE_ARTIFACT_PATH_REQUIREMENTS)))
  # Fakes don't get installed, and host files are irrelevant.
  static_whitelist_patterns := $(TARGET_OUT_FAKE)/% $(HOST_OUT)/%
  # RROs become REQUIRED by the source module, but are always placed on the vendor partition.