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

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

Merge "Skip auto-gen rro packages for path requirements."

am: 5558838b

Change-Id: I7335715433a80a79f02d0979290d1270d6d08403
parents 60b68738 5558838b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -998,6 +998,8 @@ $(foreach makefile,$(ARTIFACT_PATH_REQUIREMENT_PRODUCTS),\
  $(eval whitelist_patterns := $(call resolve-product-relative-paths,$(whitelist))) \
  $(eval files := $(call product-installed-files, $(makefile))) \
  $(eval files := $(filter-out $(TARGET_OUT_FAKE)/% $(HOST_OUT)/%,$(files))) \
  $(eval # RROs become REQUIRED by the source module, but are always placed on the vendor partition.) \
  $(eval files := $(filter-out %__auto_generated_rro.apk,$(files))) \
  $(eval offending_files := $(filter-out $(path_patterns) $(whitelist_patterns),$(files))) \
  $(call maybe-print-list-and-error,$(offending_files),$(makefile) produces files outside its artifact path requirement.) \
  $(eval unused_whitelist := $(filter-out $(files),$(whitelist_patterns))) \