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

Commit b915fbd9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Correct a comment in flags.mk" into main

parents 1d22fc1d 2adedef9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,10 +24,11 @@ _FLAG_PARTITIONS := product system vendor
# -----------------------------------------------------------------
# Aconfig Flags

# Create a summary file of build flags for each partition
# Create a summary file of build flags for a single partition
# $(1): built aconfig flags file (out)
# $(2): installed aconfig flags file (out)
# $(3): the partition (in)
# $(4): input aconfig files for the partition (in)
define generate-partition-aconfig-flag-file
$(eval $(strip $(1)): PRIVATE_OUT := $(strip $(1)))
$(eval $(strip $(1)): PRIVATE_IN := $(strip $(4)))