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

Commit 5558838b authored by Anton Hansson's avatar Anton Hansson Committed by Gerrit Code Review
Browse files

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

parents 3e583e0b c62d15f0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -991,6 +991,8 @@ $(foreach makefile,$(ARTIFACT_PATH_REQUIREMENT_PRODUCTS),\
  $(eval files += $(foreach cf,$(PRODUCTS.$(makefile).PRODUCT_COPY_FILES),\
    $(call append-path,$(PRODUCT_OUT),$(call word-colon,2,$(cf))))) \
  $(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))) \