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

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

Merge "Fix cmdline args to generate-notice-files.py" am: 1de3ef4a

am: c3dbe8f2

Change-Id: I76b801e398ddc4f1d177cc49770f891ba1d004d3
parents 3e163779 c3dbe8f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -977,7 +977,7 @@ $(2) $(3): PRIVATE_DIR := $(5)
$(2) : $(3)
$(3) : $(6) $(BUILD_SYSTEM)/Makefile build/make/tools/generate-notice-files.py
	build/make/tools/generate-notice-files.py --text-output $(2) \
		$(if $(filter $(1),xml_excluded_extra_partitions),-e vendor$(comma)product$(comma)product_services --xml-output, \
		$(if $(filter $(1),xml_excluded_extra_partitions),-e vendor -e product -e product_services --xml-output, \
		  $(if $(filter $(1),xml_vendor),-i vendor --xml-output, \
		    $(if $(filter $(1),xml_product),-i product --xml-output, \
		      $(if $(filter $(1),xml_product_services),-i product_services --xml-output, \