diff options
author | Yo Chiang <yochiang@google.com> | 2020-05-27 17:56:39 +0800 |
---|---|---|
committer | Yo Chiang <yochiang@google.com> | 2020-05-27 17:56:39 +0800 |
commit | 3d64d494d2357f78e4e4117617ce1f04005306ea (patch) | |
tree | 120cd19a237d6e44061140c5c1f67d89e37bcef6 /scripts/lint-project-xml.py | |
parent | 42ada5cff3fca011b5a0d017955f14dc63898807 (diff) |
Add symlinks support for prebuilt_etc modules
Filenames specified in the "symlinks" property are passed to
LOCAL_MODULE_SYMLINKS, and kati would install these symlinks.
For example:
```
prebuilt_etc {
name: "foo",
symlinks: [
"bar",
"baz",
],
}
```
Installs these files on device:
- system/etc/foo
- system/etc/bar -> foo
- system/etc/baz -> foo
Bug: 157537895
Test: Add some symlinks to a prebuilt_etc module and check artifact
Change-Id: If50844e8a212a966be931117cfdff5bf73aadf25
Diffstat (limited to 'scripts/lint-project-xml.py')
0 files changed, 0 insertions, 0 deletions