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

Commit 363c3d19 authored by Xin Li's avatar Xin Li Committed by android-build-merger
Browse files

Merge "Use correct case for GPL." am: 3e83e841 am: dcf513c2

am: da4bc44a

Change-Id: I9746ec04c0c3c305ed21f2346914df50b4ba2e78
parents 98c8aca6 da4bc44a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ gpl_source_tgz := $(DIST_DIR)/gpl_source.tgz
# FORCE since we can't know whether any of the sources changed
$(gpl_source_tgz): PRIVATE_PATHS := $(sort $(patsubst %/, %, $(dir $(ALL_GPL_MODULE_LICENSE_FILES))))
$(gpl_source_tgz) : $(ALL_GPL_MODULE_LICENSE_FILES)
	@echo Package gpl sources: $@
	@echo Package GPL sources: $@
	$(hide) tar cfz $@ --exclude ".git*" $(PRIVATE_PATHS)

# Dist the tgz only if we are doing a full build