Merge "Document property expansion." am: a4644c9bc4 am: 31d17cf622

am: 54f04cc676

Change-Id: I03a0e1652be13090287ad8b669940cef6a70a09a
This commit is contained in:
Elliott Hughes 2018-02-23 21:53:26 +00:00 committed by android-build-merger
commit 2dd504e044

View file

@ -10,7 +10,11 @@ whitespace into a token. Double quotes may also be used to prevent
whitespace from breaking text into multiple tokens. The backslash,
when it is the last character on a line, may be used for line-folding.
Lines which start with a # (leading whitespace allowed) are comments.
Lines which start with a `#` (leading whitespace allowed) are comments.
System properties can be expanded using the syntax
`${property.name}`. This also works in contexts where concatenation is
required, such as `import /init.recovery.${ro.hardware}.rc`.
Actions and Services implicitly declare a new section. All commands
or options belong to the section most recently declared. Commands